This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { config } from '@fortawesome/fontawesome-svg-core';
import solidIcons from '@fortawesome/free-solid-svg-icons';
config.autoAddCss = false; // 关闭自动添加CSS,因为我们不使用它
// 如果你想注册所有的solid icons
library.add(solidIcons);