From 04bfbf1ff037eaef18c6eebc02a65e48a9f24cec Mon Sep 17 00:00:00 2001 From: Pascal Jufer Date: Sun, 29 Oct 2023 10:53:44 +0100 Subject: [PATCH] Update icons naming example --- packages/iconoir-flutter/README.md | 15 +-------------- packages/iconoir-react-native/README.md | 2 +- packages/iconoir-react/README.md | 2 +- packages/iconoir-vue/README.md | 2 +- 4 files changed, 4 insertions(+), 17 deletions(-) diff --git a/packages/iconoir-flutter/README.md b/packages/iconoir-flutter/README.md index f2784564..e9439a97 100644 --- a/packages/iconoir-flutter/README.md +++ b/packages/iconoir-flutter/README.md @@ -59,17 +59,4 @@ Default values for the most common props are given below: ## Icon names -For the most part, the Flutter widgets are named as PascalCase variations of their reference names (i.e. `add-circle-outline` becomes `AddCircleOutline`). However, some names have been altered slightly either because they start with numerical digits, which would lead to invalid Flutter widgets names, or because they are organisations which use PascalCase in their brand names, such as `GitHub`. The altered names are as follows: - -| Iconoir Name | Flutter Widgets | -| ---------------- | --------------- | -| `1st-medal` | `Medal1St` | -| `4k-display` | `Display4K` | -| `4x4-cell` | `Cell4X4` | -| `360-view` | `View360` | -| `github` | `GitHub` | -| `github-outline` | `GitHubOutline` | -| `gitlab-full` | `GitLabFull` | -| `linkedin` | `LinkedIn` | -| `tiktok` | `TikTok` | -| `youtube` | `YouTube` | +The Flutter widges are named as PascalCase variations of their reference names (i.e. `airplane-helix-45deg` becomes `AirplaneHelix45deg`). diff --git a/packages/iconoir-react-native/README.md b/packages/iconoir-react-native/README.md index 4209812f..1551963e 100644 --- a/packages/iconoir-react-native/README.md +++ b/packages/iconoir-react-native/README.md @@ -73,4 +73,4 @@ return ( ## Icon names -The React components are named as PascalCase variations of their reference names (i.e. `add-circle-outline` becomes `AddCircleOutline`). +The React components are named as PascalCase variations of their reference names (i.e. `airplane-helix-45deg` becomes `AirplaneHelix45deg`). diff --git a/packages/iconoir-react/README.md b/packages/iconoir-react/README.md index cdcffc6c..43420977 100644 --- a/packages/iconoir-react/README.md +++ b/packages/iconoir-react/README.md @@ -67,6 +67,6 @@ return ( ## Icon names -The React components are named as PascalCase variations of their reference names (i.e. `add-circle-outline` becomes `AddCircleOutline`). +The React components are named as PascalCase variations of their reference names (i.e. `airplane-helix-45deg` becomes `AirplaneHelix45deg`). diff --git a/packages/iconoir-vue/README.md b/packages/iconoir-vue/README.md index be75229f..f86e2383 100644 --- a/packages/iconoir-vue/README.md +++ b/packages/iconoir-vue/README.md @@ -90,6 +90,6 @@ import { IconoirProvider, Check } from '@iconoir/vue'; ## Icon names -The Vue components are named as PascalCase variations of their reference names (i.e. `add-circle-outline` becomes `AddCircleOutline`). +The Vue components are named as PascalCase variations of their reference names (i.e. `airplane-helix-45deg` becomes `AirplaneHelix45deg`).