UNPKG

@lucide/svelte

Version:

A Lucide icon library package for Svelte applications.

15 lines (14 loc) 474 B
/** * @file * @license @lucide/svelte v1.17.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ export * from './icons/index.js'; export * as icons from './icons/index.js'; export * from './aliases/index.js'; export { default as defaultAttributes } from './defaultAttributes.js'; export * from './types.js'; export { default as Icon } from './Icon.svelte'; export * from './context.js';