UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

19 lines (17 loc) 431 B
/** * @license lucide-solid v0.487.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/lucide-solid.ts export * from "./icons"; import * as icons from "./icons"; export * from "./aliases"; export * from "./types"; import { default as default2 } from "./Icon"; export { default2 as Icon, icons }; //# sourceMappingURL=lucide-solid.jsx.map