8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
|
// Usage: https://feathericons.com/
|
||
|
import feather from "feather-icons";
|
||
|
|
||
|
document.addEventListener("DOMContentLoaded", () => {
|
||
|
feather.replace();
|
||
|
});
|
||
|
|
||
|
window.feather = feather;
|