@cdx-ui/icons 0.0.1-beta.77 → 0.0.1-beta.79

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. 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 icons with outlined/filled variants, plus support for custom SVGs.
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 | 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` |
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdx-ui/icons",
3
- "version": "0.0.1-beta.77",
3
+ "version": "0.0.1-beta.79",
4
4
  "main": "lib/commonjs/index.js",
5
5
  "module": "lib/module/index.js",
6
6
  "react-native": "lib/module/index.js",