11 lines
163 B
JavaScript
11 lines
163 B
JavaScript
|
(function () {
|
||
|
"use strict";
|
||
|
|
||
|
// Lucide Icons
|
||
|
createIcons({
|
||
|
icons,
|
||
|
"stroke-width": 1.5,
|
||
|
nameAttr: "data-lucide",
|
||
|
});
|
||
|
})();
|