There was an error while loading. Please reload this page.
1 parent 8d366d8 commit c4b8d0bCopy full SHA for c4b8d0b
1 file changed
readme.md
@@ -29,13 +29,21 @@ import IconCached from '@aboutbits/react-material-icons/dist/IconCached'
29
30
const MyCommponent = () => {
31
return (
32
- <IconCached />
33
- );
+ <IconCached/>
+ );
34
}
35
```
36
37
SVG related parameters like height and width can be passed as props.
38
39
+To import the different variants of an icon you can add the variants as a postfix:
40
+
41
+- `Icon10k` > Default filled
42
+- `Icon10kOutlined` > Outlined
43
+- `Icon10kRound` > Rounded
44
+- `Icon10kSharp` > Sharp
45
+- `Icon10kTwoTone` > Tow tone
46
47
## Generate Components
48
49
To generate the components, simply run the following command:
0 commit comments