Remove unnecessary `icon` field from snapcraft.yaml (#25200)

Michael Sloan created

This is handled in `script/snap-build` by populating `snap/gui` with
`zed.png` and `zed.desktop`

Release Notes:

- N/A

Change summary

crates/zed/resources/snap/snapcraft.yaml.in | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/zed/resources/snap/snapcraft.yaml.in 🔗

@@ -9,7 +9,6 @@ description: |
 grade: stable
 confinement: classic
 compression: lzo
-icon: crates/zed/resources/app-icon.png
 website: https://zed.dev/
 source-code: https://github.com/zed-industries/zed
 issues: https://github.com/zed-industries/zed/issues