From 3bd902d5e4bf6f39ab589c18332f66ed0bf1bb1e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 12 Nov 2023 19:36:23 +0200 Subject: [PATCH] chore: update counters in readme files --- README.md | 4 ++-- components/ember/readme.md | 4 ++-- components/react/readme.md | 4 ++-- components/svelte/README.md | 4 ++-- components/svg-framework/README.md | 6 +++--- components/vue/README.md | 4 ++-- components/vue2/README.md | 4 ++-- iconify-icon/icon/README.md | 6 +++--- iconify-icon/react/readme.md | 2 +- iconify-icon/solid/README.md | 2 +- packages/core/README.md | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 6d93ab0..a1ff60a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Iconify is the most versatile icon framework. - Unified icon framework that can be used with any icon library. -- Out of the box includes 100+ icon sets with more than 100,000 icons. +- Out of the box includes 150+ icon sets with more than 200,000 icons. - Embed icons in HTML with SVG framework or components for front-end frameworks. - Embed icons in designs with plug-ins for Figma, Sketch and Adobe XD. - Add icon search to your applications with Iconify Icon Finder. @@ -30,7 +30,7 @@ Main packages in this repository are various icon components. Why are those icon components needed? Iconify icon components are not just yet another set of icon components. Unlike other icon components, Iconify icon components do not include icon data. Instead, icon data is loaded on demand from Iconify API. -Iconify API provides data for over 100,000 open source icons! API is hosted on publicly available servers, spread out geographically to make sure visitors from all over the world have the fastest possible connection with redundancies in place to make sure it is always online. +Iconify API provides data for over 200,000 open source icons! API is hosted on publicly available servers, spread out geographically to make sure visitors from all over the world have the fastest possible connection with redundancies in place to make sure it is always online. #### Why is API needed? diff --git a/components/ember/readme.md b/components/ember/readme.md index f74453c..c649fb6 100644 --- a/components/ember/readme.md +++ b/components/ember/readme.md @@ -11,7 +11,7 @@ Iconify icon component is nothing like that. Component does not include any icon That means: -- One syntax for over 150,000 icons from 100+ icon sets. +- One syntax for over 200,000 icons from 150+ icon sets. - Renders SVG. Many components simply render icon fonts, which look ugly. Iconify renders pixel perfect SVG. - Loads icons on demand. No need to bundle icons, component will automatically load icon data for icons that you use from Iconify API. @@ -41,7 +41,7 @@ Install `@iconify/ember` then use `IconifyIcon` component in template with icon ``` -Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 150,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. +Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 200,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. ## Offline usage diff --git a/components/react/readme.md b/components/react/readme.md index 0342eda..ae77d68 100644 --- a/components/react/readme.md +++ b/components/react/readme.md @@ -11,7 +11,7 @@ Iconify icon component is nothing like that. Component does not include any icon That means: -- One syntax for over 150,000 icons from 100+ icon sets. +- One syntax for over 200,000 icons from 150+ icon sets. - Renders SVG. Many components simply render icon fonts, which look ugly. Iconify renders pixel perfect SVG. - Loads icons on demand. No need to bundle icons, component will automatically load icon data for icons that you use from Iconify API. @@ -47,7 +47,7 @@ Then use `Icon` component with icon name or data as "icon" parameter: ``` -Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 150,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. +Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 200,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. ## Offline usage diff --git a/components/svelte/README.md b/components/svelte/README.md index 78e774c..156f733 100644 --- a/components/svelte/README.md +++ b/components/svelte/README.md @@ -11,7 +11,7 @@ Iconify icon component is nothing like that. Component does not include any icon That means: -- One syntax for over 150,000 icons from 100+ icon sets. +- One syntax for over 200,000 icons from 150+ icon sets. - Renders SVG. Many components simply render icon fonts, which look ugly. Iconify renders pixel perfect SVG. - Loads icons on demand. No need to bundle icons, component will automatically load icon data for icons that you use from Iconify API. @@ -47,7 +47,7 @@ Then use component with icon data as "icon" parameter: ``` -Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 150,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. +Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 200,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. ## Offline usage diff --git a/components/svg-framework/README.md b/components/svg-framework/README.md index adbd93d..591ffb2 100644 --- a/components/svg-framework/README.md +++ b/components/svg-framework/README.md @@ -3,7 +3,7 @@ Iconify is the most versatile icon framework. - Unified icon framework that can be used with any icon library. -- Out of the box includes 100+ icon sets with more than 150,000 icons. +- Out of the box includes 150+ icon sets with more than 200,000 icons. - Embed icons in HTML with SVG framework or components for front-end frameworks. - Embed icons in designs with plug-ins for Figma, Sketch and Adobe XD. - Add icon search to your applications with Iconify Icon Finder. @@ -53,7 +53,7 @@ or this:     ![Screenshot](https://iconify.design/assets/images/inline-sample.png) -That is it. Change `data-icon` value to the name of the icon you want to use. There are over 150,000 premade icons to choose from, including FontAwesome, Material Design Icons, Tabler Icons, Box Icons, Unicons, Bootstrap Icons and even several emoji sets. +That is it. Change `data-icon` value to the name of the icon you want to use. There are over 200,000 premade icons to choose from, including FontAwesome, Material Design Icons, Tabler Icons, Box Icons, Unicons, Bootstrap Icons and even several emoji sets. Do you want to make your own icon sets? Everything you need is [available on GitHub](https://github.com/iconify): tools for creating custom icon sets, Iconify API application and documentation to help you. @@ -268,7 +268,7 @@ Samples: ## Available icons -There are over 150,000 icons to choose from. +There are over 200,000 icons to choose from. General collections (monotone icons): diff --git a/components/vue/README.md b/components/vue/README.md index 6000637..a746493 100644 --- a/components/vue/README.md +++ b/components/vue/README.md @@ -11,7 +11,7 @@ Iconify icon component is nothing like that. Component does not include any icon That means: -- One syntax for over 150,000 icons from 100+ icon sets. +- One syntax for over 200,000 icons from 150+ icon sets. - Renders SVG. Many components simply render icon fonts, which look ugly. Iconify renders pixel perfect SVG. - Loads icons on demand. No need to bundle icons, component will automatically load icon data for icons that you use from Iconify API. @@ -55,7 +55,7 @@ Then use `Icon` component in template with icon name or data as "icon" parameter ``` -Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 150,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. +Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 200,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. ## Offline usage diff --git a/components/vue2/README.md b/components/vue2/README.md index 68e35cd..bd05589 100644 --- a/components/vue2/README.md +++ b/components/vue2/README.md @@ -11,7 +11,7 @@ Iconify icon component is nothing like that. Component does not include any icon That means: -- One syntax for over 100,000 icons from 100+ icon sets. +- One syntax for over 200,000 icons from 150+ icon sets. - Renders SVG. Many components simply render icon fonts, which look ugly. Iconify renders pixel perfect SVG. - Loads icons on demand. No need to bundle icons, component will automatically load icon data for icons that you use from Iconify API. @@ -55,7 +55,7 @@ Then use `Icon` component in template with icon name or data as "icon" parameter ``` -Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 100,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. +Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 200,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. ## Offline usage diff --git a/iconify-icon/icon/README.md b/iconify-icon/icon/README.md index 3e64c8e..735f341 100644 --- a/iconify-icon/icon/README.md +++ b/iconify-icon/icon/README.md @@ -7,7 +7,7 @@ Iconify tries to unify all icon sets. You can use the same code no matter what i Iconify is the most versatile icon framework. - Unified icon framework that can be used with any icon library. -- Out of the box includes 100+ icon sets with more than 150,000 icons. +- Out of the box includes 150+ icon sets with more than 200,000 icons. - Embed icons in HTML with Iconify icon web component and components for various front-end frameworks. - Embed icons in designs with plug-ins for Figma, Sketch and Adobe XD. @@ -43,7 +43,7 @@ To add any icon, write something like this:     ![Sample](https://iconify.design/assets/images/eva-people-outline.svg) -That is it. Change `icon` attribute to the name of the icon you want to use. There are over 150,000 premade icons to choose from, including Material Symbols, Photphor, Remix Icons, Carbon, Unicons, Bootstrap Icons and even several emoji sets. +That is it. Change `icon` attribute to the name of the icon you want to use. There are over 200,000 premade icons to choose from, including Material Symbols, Photphor, Remix Icons, Carbon, Unicons, Bootstrap Icons and even several emoji sets. Do you want to make your own icon sets? Everything you need is [available on GitHub](https://github.com/iconify): tools for creating custom icon sets, Iconify API application and documentation to help you. @@ -256,7 +256,7 @@ Samples: ## Available icons -There are over 150,000 icons to choose from. +There are over 200,000 icons to choose from. Few popular icon sets (monotone icons): diff --git a/iconify-icon/react/readme.md b/iconify-icon/react/readme.md index 3f105be..581f1d1 100644 --- a/iconify-icon/react/readme.md +++ b/iconify-icon/react/readme.md @@ -34,7 +34,7 @@ Then use `Icon` component with icon name or data as "icon" parameter: ``` -Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 150,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. +Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 200,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. ## Offline usage diff --git a/iconify-icon/solid/README.md b/iconify-icon/solid/README.md index 0dbf317..b59aeca 100644 --- a/iconify-icon/solid/README.md +++ b/iconify-icon/solid/README.md @@ -34,7 +34,7 @@ Then use `Icon` component with icon name or data as "icon" parameter: ``` -Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 150,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. +Component will automatically retrieve data for "mdi-light:home" from Iconify API and render it. There are over 200,000 icons available on Iconify API from various free and open source icon sets, including all the most popular icon sets. ## Offline usage diff --git a/packages/core/README.md b/packages/core/README.md index f35c752..faeeec6 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -3,9 +3,9 @@ Iconify is the most versatile icon framework. - Unified icon framework that can be used with any icon library. -- Out of the box includes 90+ icon sets with 80,000 icons. +- Out of the box includes 150+ icon sets with 200,000 icons. - Embed icons in HTML with SVG framework or components for front-end frameworks. -- Embed icons in designs with plug-ins for Figma, Sketch and Adobe XD. +- Embed icons in designs with plug-ins for Figma and Sketch. - Add icon search to your applications with Iconify Icon Finder. For more information visit [https://iconify.design/](https://iconify.design/).