// Install dependency with NPM
npm install pixel-icon
import PixelIcon from "pixel-icon"
// Render the icon to an HTML element
PixelIcon(
document.getElementById("my-icon-container"),
your code
)