File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ export const Chromatic = () => (
1919 < >
2020 < Title title = "Default" theme = "light" level = { 2 } />
2121 < ExampleContainer >
22- < DxcActionIcon icon = { "https://www.freepnglogos.com/uploads/facebook-logo-design-1.png" } title = "Favourite" />
22+ < DxcActionIcon icon = "favorite" title = "Favourite" />
2323 </ ExampleContainer >
2424 < Title title = "Disabled" theme = "light" level = { 2 } />
2525 < ExampleContainer >
26- < DxcActionIcon icon = { iconSVG } title = "Favourite" disabled />
26+ < DxcActionIcon icon = "favorite" title = "Favourite" disabled />
2727 </ ExampleContainer >
2828 < Title title = "Hover" theme = "light" level = { 2 } />
2929 < ExampleContainer pseudoState = "pseudo-hover" >
30- < DxcActionIcon icon = { iconSVG } title = "Favourite" />
30+ < DxcActionIcon icon = "filled_favorite" title = "Favourite" />
3131 </ ExampleContainer >
3232 < Title title = "Focus" theme = "light" level = { 2 } />
3333 < ExampleContainer pseudoState = "pseudo-focus" >
You can’t perform that action at this time.
0 commit comments