From bc1260d8ed3a7898bed180de741c83fd4233aaea Mon Sep 17 00:00:00 2001 From: Ian J Miller Date: Mon, 5 Mar 2018 18:22:44 -0600 Subject: [PATCH] update README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf7c1f9..1e4cb9e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ `npm install --save feather-icons-react` -This package lets you use Feather Icons as a React Component. -[Feather Icons](https://feathericons.com/) is an svg font library by Cole Bemis. +This package lets you use [Feather Icons](https://feathericons.com/) as a React Component. +Feather Icons is an svg font library by Cole Bemis. ### Example usage: ``` @@ -14,11 +14,16 @@ import FeatherIcon from 'feather-icons-react'; ``` -Setting a size: +**Setting a size:** Size can be passed as either string or number. e.g.: `` or `<... size={24} />` +Sizes can always be easily overridden by CSS. -The icon names can all be referenced at: [feathericons.com](https://feathericons.com/) + +The icons are all square. + + +The full list of icon names can be referenced at: [feathericons.com](https://feathericons.com/)