lucide-svelte
Version:
A Lucide icon library package for Svelte applications
13 lines (12 loc) • 429 B
TypeScript
/**
* @license lucide-svelte v0.446.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.js';
export { default as defaultAttributes } from './defaultAttributes.js';
export * from './types.js';
export { default as Icon } from './Icon.svelte';