We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b641ad commit 1048f21Copy full SHA for 1048f21
examples/src/js/CustomIconsExample.js
@@ -30,12 +30,12 @@ const nodes = [
30
{
31
value: 'nyan-cat.gif',
32
label: 'nyan-cat.gif',
33
- icon: <i className="fa fa-file-image-o" />,
+ icon: <i className="far fa-file-image" />,
34
},
35
36
value: 'SpaceX Falcon9 liftoff.jpg',
37
label: 'SpaceX Falcon9 liftoff.jpg',
38
39
40
],
41
0 commit comments