Skip to content

Commit

Permalink
Add "Cassette" icon for Bandwagon
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Jan 18, 2025
1 parent 496467e commit e3ffb60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/icons.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ func (service Icons) Get(name string) string {
return service.get("calendar3-week-fill")
case "cancel":
return service.get("x-lg")
case "cassette":
return service.get("cassette")
case "cassette-fill":
return service.get("cassette-fill")
case "chat":
return service.get("chat")
case "chat-fill":
Expand Down

0 comments on commit e3ffb60

Please sign in to comment.