Skip to content

Commit 2ff3bf2

Browse files
authored
Update README.md
1 parent f5e0089 commit 2ff3bf2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
5454
| verticalFlip | boolean | false | Flips icon vertically |
5555
| theme | string | 'filled' | sets icon theme (only available for common components)** |
5656

57-
> * Size can be provided using either string or number. Pre-Defined size list
57+
> (*) Size can be provided using either string or number. Pre-Defined size list
58+
5859
| Size Name | Size Value |
5960
|:-----|:-----|
6061
| xs | 4 |
@@ -66,7 +67,7 @@ import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
6667
| xxl | 48 |
6768
| xxxl | 64 |
6869

69-
> ** The theme prop is only available for common icon component. Eos-Icons React has 4 different types of icon components (common / filled / outlined / animated). The common icon component contains both filled and outlined version of the icon. For switching between the two types of version you can either supply 'outlined' or 'filled' to the theme prop.
70+
> (**) The theme prop is only available for common icon component. Eos-Icons React has 4 different types of icon components (common / filled / outlined / animated). The common icon component contains both filled and outlined version of the icon. For switching between the two types of version you can either supply 'outlined' or 'filled' to the theme prop.
7071
7172
## Development of EOS icons React
7273
- Cloning the repo:

0 commit comments

Comments
 (0)