/**
 * @file
 * @license @lucide/svelte v1.28.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';
