chore(icons): Better icons for warning and info

This commit is contained in:
2024-12-03 13:51:39 +01:00
parent d458cdbd73
commit 6dc92df4b5

View File

@@ -9,13 +9,13 @@ type Icon string
const ( const (
IconSuccess Icon = "✅" IconSuccess Icon = "✅"
IconFailure Icon = "❌" IconFailure Icon = "❌"
IconWarning Icon = "⚠️'" IconWarning Icon = ""
IconNote Icon = "📝" IconNote Icon = "📝"
IconWorld Icon = "🌐" IconWorld Icon = "🌐"
IconPlug Icon = "🔌" IconPlug Icon = "🔌"
IconPackage Icon = "📦" IconPackage Icon = "📦"
IconCabinet Icon = "🗄️" IconCabinet Icon = "🗄️"
IconInfo Icon = "" IconInfo Icon = "🔵"
IconSecret Icon = "🔒" IconSecret Icon = "🔒"
IconConfig Icon = "🔧" IconConfig Icon = "🔧"
IconDependency Icon = "🔗" IconDependency Icon = "🔗"