{"version":3,"file":"createLucideIcon-DO8hRnmA.js","sources":["../../../node_modules/lucide-vue-next/dist/esm/shared/src/utils.js","../../../node_modules/lucide-vue-next/dist/esm/defaultAttributes.js","../../../node_modules/lucide-vue-next/dist/esm/Icon.js","../../../node_modules/lucide-vue-next/dist/esm/createLucideIcon.js"],"sourcesContent":["/**\n * @license lucide-vue-next v0.436.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, \"$1-$2\").toLowerCase();\n\nexport { toKebabCase };\n//# sourceMappingURL=utils.js.map\n","/**\n * @license lucide-vue-next v0.436.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nvar defaultAttributes = {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 24,\n height: 24,\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n \"stroke-width\": 2,\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\"\n};\n\nexport { defaultAttributes as default };\n//# sourceMappingURL=defaultAttributes.js.map\n","/**\n * @license lucide-vue-next v0.436.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { h } from 'vue';\nimport { toKebabCase } from './shared/src/utils.js';\nimport defaultAttributes from './defaultAttributes.js';\n\nconst Icon = ({ size, strokeWidth = 2, absoluteStrokeWidth, color, iconNode, name, class: classes, ...props }, { slots }) => {\n return h(\n \"svg\",\n {\n ...defaultAttributes,\n width: size || defaultAttributes.width,\n height: size || defaultAttributes.height,\n stroke: color || defaultAttributes.stroke,\n \"stroke-width\": absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,\n class: [\"lucide\", `lucide-${toKebabCase(name ?? \"icon\")}`],\n ...props\n },\n [...iconNode.map((child) => h(...child)), ...slots.default ? [slots.default()] : []]\n );\n};\n\nexport { Icon as default };\n//# sourceMappingURL=Icon.js.map\n","/**\n * @license lucide-vue-next v0.436.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { h } from 'vue';\nimport Icon from './Icon.js';\n\nconst createLucideIcon = (iconName, iconNode) => (props, { slots }) => h(\n Icon,\n {\n ...props,\n iconNode,\n name: iconName\n },\n slots\n);\n\nexport { createLucideIcon as default };\n//# sourceMappingURL=createLucideIcon.js.map\n"],"names":["toKebabCase","string","defaultAttributes","Icon","size","strokeWidth","absoluteStrokeWidth","color","iconNode","name","classes","props","slots","h","child","createLucideIcon","iconName"],"mappings":"mFAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAOA,MAAMA,EAAeC,GAAWA,EAAO,QAAQ,qBAAsB,OAAO,EAAE,YAAa,ECP3F;AAAA;AAAA;AAAA;AAAA;AAAA,GAOA,IAAIC,EAAoB,CACtB,MAAO,6BACP,MAAO,GACP,OAAQ,GACR,QAAS,YACT,KAAM,OACN,OAAQ,eACR,eAAgB,EAChB,iBAAkB,QAClB,kBAAmB,OACrB,ECjBA;AAAA;AAAA;AAAA;AAAA;AAAA,GAWA,MAAMC,EAAO,CAAC,CAAE,KAAAC,EAAM,YAAAC,EAAc,EAAG,oBAAAC,EAAqB,MAAAC,EAAO,SAAAC,EAAU,KAAAC,EAAM,MAAOC,EAAS,GAAGC,CAAO,EAAE,CAAE,MAAAC,KACxGC,EACL,MACA,CACE,GAAGX,EACH,MAAOE,GAAQF,EAAkB,MACjC,OAAQE,GAAQF,EAAkB,OAClC,OAAQK,GAASL,EAAkB,OACnC,eAAgBI,EAAsB,OAAOD,CAAW,EAAI,GAAK,OAAOD,CAAI,EAAIC,EAChF,MAAO,CAAC,SAAU,UAAUL,EAAYS,GAAQ,MAAM,CAAC,EAAE,EACzD,GAAGE,CACJ,EACD,CAAC,GAAGH,EAAS,IAAKM,GAAUD,EAAE,GAAGC,CAAK,CAAC,EAAG,GAAGF,EAAM,QAAU,CAACA,EAAM,QAAO,CAAE,EAAI,EAAE,CACvF,ECxBA;AAAA;AAAA;AAAA;AAAA;AAAA,GAUK,MAACG,EAAmB,CAACC,EAAUR,IAAa,CAACG,EAAO,CAAE,MAAAC,CAAK,IAAOC,EACrEV,EACA,CACE,GAAGQ,EACH,SAAAH,EACA,KAAMQ,CACP,EACDJ,CACF","x_google_ignoreList":[0,1,2,3]}