/
/
# What does this implement/fix? The Sendspin provider icons still carried the old Sendspin wordmark, which reads poorly in the square icon slots the UI uses. Swap in the new mark from the design export. - Replace `icon.svg`, `icon_dark.svg` and `icon_monochrome.svg` with the new Sendspin mark - Cleaned up the export: dropped the redundant clip paths, rounded coordinates, tight viewBox (3.3 KB -> 3.1 KB per file) - Kept the existing ink colours (`#1d2126` light, `#f2f4f9` dark/monochrome) **Related issue (if applicable):** - n/a ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) — `bugfix` - [ ] New feature (non-breaking change which adds functionality) — `new-feature` - [ ] Enhancement to an existing feature — `enhancement` - [ ] New music/player/metadata/plugin provider — `new-provider` - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) — `breaking-change` - [ ] Refactor (no behaviour change) — `refactor` - [ ] Documentation only — `documentation` - [x] Maintenance / chore — `maintenance` - [ ] CI / workflow change — `ci` - [ ] Dependencies bump — `dependencies` ## Checklist - [x] The code change is tested and works locally. - [x] `pre-commit run --all-files` passes. - [ ] `pytest` passes, and tests have been added/updated under `tests/` where applicable. - [ ] For changes to shared models, the companion PR in `music-assistant/models` is linked. - [ ] For changes affecting the UI, the companion PR in `music-assistant/frontend` is linked. - [x] I have read and complied with the project's [AI Policy](https://github.com/music-assistant/.github/blob/main/AI_POLICY.md) for any AI-assisted contributions. - [ ] I have [raised a PR against the documentation repository](https://github.com/music-assistant/music-assistant.io/blob/main/CONTRIBUTING.md) targeting the main or beta branch as appropriate. No docs change needed: the `beta` docs branch already shows the new mark. Co-authored-by: Marcel van der Veldt <[email protected]>