From a9aaf5b14983bb0f856c9caa32511648df9505b7 Mon Sep 17 00:00:00 2001 From: Louis-C7 Date: Fri, 2 Feb 2024 14:59:59 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I90CZ5]=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=BF=9D=E8=A7=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-vector-icons.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/zh-cn/react-native-vector-icons.md b/zh-cn/react-native-vector-icons.md index 1e30ab90..faca3a73 100644 --- a/zh-cn/react-native-vector-icons.md +++ b/zh-cn/react-native-vector-icons.md @@ -1,7 +1,7 @@ > 模板版本:v0.1.3

-

react-native-vector-icons

+

react-native-vector-icons

Supported platforms @@ -10,6 +10,8 @@

+> [!TIP] [Github 地址](https://github.com/react-native-oh-library/react-naitve-vector-icons) + ## 安装与使用 进入到工程目录并输入以下命令: @@ -36,6 +38,22 @@ yarn add react-native-vector-icons@10.0.3 [Explore all icons](https://oblador.github.io/react-native-vector-icons/). +- [`AntDesign`](https://ant.design/) from AntFinance (_298_ icons) +- [`Entypo`](http://entypo.com) by Daniel Bruce (v1.0.1 with _411_ icons) +- [`EvilIcons`](http://evil-icons.io) designed by Alexander Madyankin & Roman Shamin (v1.10.1 with _70_ icons) +- [`Feather`](http://feathericons.com) created by Cole Bemis & Contributors (v4.28.0 featuring _286_ icons) +- [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.7.0 containing _675_ icons) +- [`FontAwesome 5`](https://fontawesome.com/v5/icons/) from Fonticons, Inc. (v5.15.3 offering _1598_ free and _7848_ pro icons) +- [`FontAwesome 6`](https://fontawesome.com) designed by Fonticons, Inc. (v6.1.2 featuring _2016_ free and _16150_ pro icons) +- [`Fontisto`](https://github.com/kenangundogan/fontisto) created by Kenan Gündoğan (v3.0.4 featuring _615_ icons) +- [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0 with _283_ icons) +- [`Ionicons`](https://ionicons.com/) crafted by Ionic (v7.1.0 containing _1338_ icons) +- [`MaterialIcons`](https://fonts.google.com/icons/) by Google, Inc. (v4.0.0 featuring _2189_ icons) +- [`MaterialCommunityIcons`](https://materialdesignicons.com/) from MaterialDesignIcons.com (v6.5.95 including _6596_ icons) +- [`Octicons`](http://octicons.github.com) designed by Github, Inc. (v16.3.1 with _250_ icons) +- [`Zocial`](http://zocial.smcllns.com/) by Sam Collins (v1.4.0 with _100_ icons) +- [`SimpleLineIcons`](https://simplelineicons.github.io/) crafted by Sabbir & Contributors (v2.5.5 with _189_ icons) + #### 自带字体的使用 ```js -- Gitee