cfone/app/base/static/assets/js/modules/feather.js
2021-09-22 23:46:35 -04:00

8 lines
181 B
JavaScript

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