主意 ; React图标 npm install react-icons --save import { FaHome } from 'react-icons/fa' ; const Component = ( ) => { return < FaHome className = 'icon'> < / FaHome > ; } ;