From d8abeb473b7e471107e3f3f9b052e9430f4dcd8d Mon Sep 17 00:00:00 2001 From: slkass Date: Tue, 9 Apr 2019 16:30:03 +0800 Subject: [PATCH] Update README_zh-CN.md --- README_zh-CN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README_zh-CN.md b/README_zh-CN.md index dab86e0..54b5044 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -33,9 +33,9 @@ import 'package:flutter_icons/flutter_icons.dart'; import 'package:flutter/material.dart'; -Icon(Ionicons.getIconData("ios-search")); -Icon(AntDesign.getIconData("stepforward")); -Icon(FontAwesome.getIconData("glass")); -Icon(MaterialIcons.getIconData("ac-unit")); +Icon(Ionicons.getIcon("ios-search")); +Icon(AntDesign.getIcon("stepforward")); +Icon(FontAwesome.getIcon("glass")); +Icon(MaterialIcons.getIcon("ac-unit")); ``` ### 特别感谢react-native-vector-icons插件包及其开发者们