cfone/app/base/static/assets/js/modules/feather.js

8 lines
181 B
JavaScript
Raw Normal View History

2021-09-23 03:46:35 +00:00
// Usage: https://feathericons.com/
import feather from "feather-icons";
document.addEventListener("DOMContentLoaded", () => {
feather.replace();
});
window.feather = feather;