@@ -39,34 +39,34 @@ const ListItemExample = () => {
3939 < List . Section title = "With icon" >
4040 < List . Item
4141 title = "Headline"
42- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
42+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
4343 />
4444 < List . Item
4545 title = "Headline"
4646 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" /> }
4848 />
4949 < List . Item
5050 title = "Headline"
5151 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" /> }
5353 />
5454 < Divider />
5555 < List . Item
5656 title = "Headline"
57- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
57+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
5858 right = { ( ) => < CenteredCheckbox /> }
5959 />
6060 < List . Item
6161 title = "Headline"
6262 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" /> }
6464 right = { ( ) => < CenteredCheckbox /> }
6565 />
6666 < List . Item
6767 title = "Headline"
6868 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" /> }
7070 right = { ( ) => < Checkbox status = "checked" /> }
7171 />
7272 < Divider />
@@ -276,19 +276,19 @@ const ListItemExample = () => {
276276 < Divider />
277277 < List . Item
278278 title = "Headline"
279- left = { ( props ) => < List . Icon size = { 32 } { ...props } icon = "account-outline" /> }
279+ left = { ( props ) => < List . Icon iconSize = { 32 } { ...props } icon = "account-outline" /> }
280280 right = { ( ) => < Switch disabled style = { styles . centered } /> }
281281 />
282282 < List . Item
283283 title = "Headline"
284284 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" /> }
286286 right = { ( ) => < Switch disabled style = { styles . centered } /> }
287287 />
288288 < List . Item
289289 title = "Headline"
290290 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" /> }
292292 right = { ( ) => < Switch disabled /> }
293293 />
294294 < Divider />
0 commit comments