@@ -39,34 +39,34 @@ const ListItemExample = () => {
39
39
< List . Section title = "With icon" >
40
40
< List . Item
41
41
title = "Headline"
42
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
42
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
43
43
/>
44
44
< List . Item
45
45
title = "Headline"
46
46
description = "Supporting text"
47
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
47
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
48
48
/>
49
49
< List . Item
50
50
title = "Headline"
51
51
description = "Supporting text that is long enough to fill up multiple lines in the item"
52
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
52
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
53
53
/>
54
54
< Divider />
55
55
< List . Item
56
56
title = "Headline"
57
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
57
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
58
58
right = { ( ) => < CenteredCheckbox /> }
59
59
/>
60
60
< List . Item
61
61
title = "Headline"
62
62
description = "Supporting text"
63
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
63
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
64
64
right = { ( ) => < CenteredCheckbox /> }
65
65
/>
66
66
< List . Item
67
67
title = "Headline"
68
68
description = "Supporting text that is long enough to fill up multiple lines in the item"
69
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
69
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
70
70
right = { ( ) => < Checkbox status = "checked" /> }
71
71
/>
72
72
< Divider />
@@ -276,19 +276,19 @@ const ListItemExample = () => {
276
276
< Divider />
277
277
< List . Item
278
278
title = "Headline"
279
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
279
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
280
280
right = { ( ) => < Switch disabled style = { styles . centered } /> }
281
281
/>
282
282
< List . Item
283
283
title = "Headline"
284
284
description = "Supporting text"
285
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
285
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
286
286
right = { ( ) => < Switch disabled style = { styles . centered } /> }
287
287
/>
288
288
< List . Item
289
289
title = "Headline"
290
290
description = "Supporting text that is long enough to fill up multiple lines in the item"
291
- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
291
+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
292
292
right = { ( ) => < Switch disabled /> }
293
293
/>
294
294
< Divider />
0 commit comments