I am currently working on a user interface, and I chose the ionic icon library for the icons. I could use the CDN or npm to install it, but preferably I would like to host it on my local server. I tried installing it via npm and then tried to get the ionic.bundle.css
<link rel="stylesheet" href="ionic.bundle.css" />
file and then linked it to my HTML file but didn't work. is there a way around this? or is there a special file I could download from the ionic library?