Update to Material Symbols Outlined with 4,102 icons#43
Open
Update to Material Symbols Outlined with 4,102 icons#43
Conversation
- Replace Material Design Icons with Material Symbols Outlined font - Add new MaterialSymbolEnum with 4,102 icons (CaseIterable) - Update existing MaterialDesignIconEnum Unicode values for backward compatibility - Update MaterialDesignIcon1-5 static properties - Add comprehensive SwiftUI sample with icon browser, search, and demo - Update tests for new font and enum - No breaking changes for existing users Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix MaterialDesignIconEnum: 677 unique cases + 984 aliases for backward compatibility - Fix MaterialSymbolEnum: 3,802 unique cases + 300 aliases - Update SwiftUI sample to use correct icon names - Update test assertions for new icon counts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Owner
Author
|
@claude レビューをして。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MaterialSymbolEnumを追加(CaseIterable対応)Changes
Font Update
material-design-icons.ttf(222KB) →MaterialSymbolsOutlined.ttf(10MB)New API
SwiftUI Sample
Test plan
swift build成功Breaking Changes
なし - 既存のコードは変更なしで動作します
🤖 Generated with Claude Code