Skip to content

Commit 6a3bfc5

Browse files
committed
use rounded as postfix instead of round
1 parent d791e2b commit 6a3bfc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const GOOGLE_FONTS_URL = 'https://fonts.google.com/metadata/icons'
66
const ICON_FAMILIES = [
77
{ id: 'materialicons', postfix: '' },
88
{ id: 'materialiconsoutlined', postfix: 'Outlined' },
9-
{ id: 'materialiconsround', postfix: 'Round' },
9+
{ id: 'materialiconsround', postfix: 'Rounded' },
1010
{ id: 'materialiconssharp', postfix: 'Sharp' },
1111
{ id: 'materialiconstwotone', postfix: 'TwoTone' },
1212
]

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To import the different variants of an icon you can add the variants as a postfi
4040

4141
- `Icon10k` > Default filled
4242
- `Icon10kOutlined` > Outlined
43-
- `Icon10kRound` > Rounded
43+
- `Icon10kRounded` > Rounded
4444
- `Icon10kSharp` > Sharp
4545
- `Icon10kTwoTone` > Tow tone
4646

0 commit comments

Comments
 (0)