pianello-api/resources/js/components/lucide/index.js
Ale Gallo 82f958e5da Committing laravel (part 3)
committing js templating files and components
2023-11-10 16:00:59 +01:00

10 lines
163 B
JavaScript

(function () {
"use strict";
// Lucide Icons
createIcons({
icons,
"stroke-width": 1.5,
nameAttr: "data-lucide",
});
})();