{"version":3,"file":"createLucideIcon-DlgnodSP.js","sources":["../../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/shared/src/utils.js","../../node_modules/lucide-vue-next/dist/esm/createLucideIcon.js"],"sourcesContent":["/**\n * @license lucide-vue-next v0.453.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.453.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.453.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.453.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":["defaultAttributes","xmlns","width","height","viewBox","fill","stroke","Icon","size","strokeWidth","absoluteStrokeWidth","color","iconNode","name","class","classes","props","slots","h","Number","string","replace","toLowerCase","map","child","default","createLucideIcon","iconName"],"mappings":";;;;;;;;;;;;;AAOA,IAAIA,EAAoB,CACtBC,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,YACTC,KAAM,OACNC,OAAQ,eACR,eAAgB,EAChB,iBAAkB,QAClB,kBAAmB;;;;;;GCLrB,MAAMC,EAAO,EAAGC,OAAMC,cAAc,EAAGC,sBAAqBC,QAAOC,WAAUC,OAAMC,MAAOC,KAAYC,IAAWC,YACxG,OAAAC,EACL,MACA,IACKlB,EACHE,MAAOM,GAAQR,EAAkBE,MACjCC,OAAQK,GAAQR,EAAkBG,OAClCG,OAAQK,GAASX,EAAkBM,OACnC,eAAgBI,EAA4C,GAAtBS,OAAOV,GAAoBU,OAAOX,GAAQC,EAChFK,MAAO,CAAC,SAAU,UCbHM,EDayBP,GAAQ,OCbtBO,EAAOC,QAAQ,qBAAsB,SAASC,oBDcrEN,GAEL,IAAIJ,EAASW,KAAKC,GAAUN,KAAKM,QAAYP,EAAMQ,QAAU,CAACR,EAAMQ,WAAa,KChBjE,IAACL,CDiBlB,EEdGM,EAAmB,CAACC,EAAUf,IAAa,CAACI,GAASC,WAAYC,EACrEX,EACA,IACKS,EACHJ,WACAC,KAAMc,GAERV;;;;;;","x_google_ignoreList":[0,1,2,3]}