@cdx-ui/icons 0.0.1-beta.77 → 0.0.1-beta.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Cross-platform icon library for Forge UI, built on [Material Symbols](https://fonts.google.com/icons) (outlined style, weight 400, optical size 24). Renders via `react-native-svg` and targets iOS, Android, and Web from a single codebase.
|
|
4
4
|
|
|
5
|
-
~3,800+ Material Symbols
|
|
5
|
+
~3,800+ Material Symbols available from Google's metadata; ~3,540 are included in the Figma Code Connect batch manifest. Supports outlined/filled variants, plus custom SVGs.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -172,12 +172,12 @@ but are published **without** the prefix and with brand casing — e.g. Figma `L
|
|
|
172
172
|
export `WhatsApp`. Name the SVG with the de-prefixed, snake_cased filename so the generator
|
|
173
173
|
produces the right export:
|
|
174
174
|
|
|
175
|
-
| Figma component | SVG filename
|
|
176
|
-
| --------------- |
|
|
177
|
-
| `LogoWhatsApp` | `whats_app.svg`
|
|
178
|
-
| `LogoYouTube` | `you_tube.svg`
|
|
179
|
-
| `LogoGitHub` | `git_hub.svg`
|
|
180
|
-
| `LogoLinkedIn` | `linked_in.svg`
|
|
175
|
+
| Figma component | SVG filename | Export |
|
|
176
|
+
| --------------- | --------------- | ---------- |
|
|
177
|
+
| `LogoWhatsApp` | `whats_app.svg` | `WhatsApp` |
|
|
178
|
+
| `LogoYouTube` | `you_tube.svg` | `YouTube` |
|
|
179
|
+
| `LogoGitHub` | `git_hub.svg` | `GitHub` |
|
|
180
|
+
| `LogoLinkedIn` | `linked_in.svg` | `LinkedIn` |
|
|
181
181
|
|
|
182
182
|
The Code Connect batch script (`scripts/generate-icon-batch.ts`) strips the `Logo` prefix when
|
|
183
183
|
cross-referencing Figma components against local files, so the mapping resolves automatically.
|