package gibidiutils // Unicode icons and symbols for CLI UI and test output. const ( IconSuccess = "✓" // U+2713 IconError = "✗" // U+2717 IconWarning = "⚠" // U+26A0 IconBullet = "•" // U+2022 IconInfo = "ℹ️" // U+2139 FE0F )