When installing this package through npm npm i semantic-ui-icon, the assets/fonts/ folder does not contain the Brand Icons and Outline Icons.
This means when npm run dev I get errors about these Icon files not being found. For now, my fix has been to delete the Brand Icons and Outline Icons section, within the icon.css.
When installing this package through npm
npm i semantic-ui-icon, the assets/fonts/ folder does not contain the Brand Icons and Outline Icons.This means when
npm run devI get errors about these Icon files not being found. For now, my fix has been to delete the Brand Icons and Outline Icons section, within the icon.css.