/** * @file * @license @lucide/svelte v1.47.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ declare const defaultAttributes: { readonly xmlns: "http://www.w3.org/2000/svg"; readonly width: 24; readonly height: 24; readonly viewBox: "0 0 24 24"; readonly fill: "none"; readonly stroke: "currentColor"; readonly 'stroke-width': 2; readonly 'stroke-linecap': "round"; readonly 'stroke-linejoin': "round"; }; export default defaultAttributes;