diff --git a/Derived/Sources/TuistAssets+Cork.swift b/Derived/Sources/TuistAssets+Cork.swift index 6d05690d..7c084645 100644 --- a/Derived/Sources/TuistAssets+Cork.swift +++ b/Derived/Sources/TuistAssets+Cork.swift @@ -27,6 +27,7 @@ public enum CorkAsset: Sendable { public static let customSquareStackBadgePlay = CorkImages(name: "custom.square.stack.badge.play") public static let customSquareStackBadgeQuestionmark = CorkImages(name: "custom.square.stack.badge.questionmark") public static let customSquareStackTrianglebadgeExclamationmark = CorkImages(name: "custom.square.stack.trianglebadge.exclamationmark") + public static let customTrashTriangleFill = CorkImages(name: "custom.trash.triangle.fill") } public enum PreviewAssets { } diff --git a/Derived/Sources/TuistAssets+SelfCompiled.swift b/Derived/Sources/TuistAssets+SelfCompiled.swift index 6d05690d..7c084645 100644 --- a/Derived/Sources/TuistAssets+SelfCompiled.swift +++ b/Derived/Sources/TuistAssets+SelfCompiled.swift @@ -27,6 +27,7 @@ public enum CorkAsset: Sendable { public static let customSquareStackBadgePlay = CorkImages(name: "custom.square.stack.badge.play") public static let customSquareStackBadgeQuestionmark = CorkImages(name: "custom.square.stack.badge.questionmark") public static let customSquareStackTrianglebadgeExclamationmark = CorkImages(name: "custom.square.stack.trianglebadge.exclamationmark") + public static let customTrashTriangleFill = CorkImages(name: "custom.trash.triangle.fill") } public enum PreviewAssets { }