/* eslint-disable import/no-extraneous-dependencies */ import base64SVG from '@lucide/build-icons/utils/base64SVG.mjs'; export default async ({ componentName, iconName, getSvg, deprecated, deprecationReason }) => { let svgContents = await getSvg(); const svgBase64 = base64SVG(svgContents); svgContents = svgContents.replace( '