{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGhost2/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGhost2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ghost-2, privacy, hidden, unknown\"><path d=\"M10.9984 9.5C10.9984 10.6046 10.4164 11.5 9.69844 11.5C8.98047 11.5 8.39844 10.6046 8.39844 9.5C8.39844 8.39543 8.98047 7.5 9.69844 7.5C10.4164 7.5 10.9984 8.39543 10.9984 9.5Z\" fill=\"currentColor\"/><ellipse cx=\"14.3\" cy=\"9.5\" rx=\"1.3\" ry=\"2\" fill=\"currentColor\"/><path d=\"M8.11122 19.7083L5.04162 20.6818C4.2782 20.9239 3.54607 20.2123 3.72705 19.4321C4.45078 16.312 4.70047 13.2025 4.76313 10.0411C4.84252 6.0352 7.99338 2.75 12.0001 2.75C16.0068 2.75 19.1577 6.0352 19.2371 10.0411C19.2997 13.2025 19.5494 16.312 20.2732 19.4321C20.4541 20.2123 19.722 20.9239 18.9586 20.6818L15.889 19.7083L12.3686 21.1039C12.1319 21.1978 11.8683 21.1978 11.6316 21.1039L8.11122 19.7083Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconGhost2;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAkyB,EAAlyB,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,mLAAmL,KAAK,eAAc,EAAE,gBAAC,UAAD,CAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oZAAoZ,OAAO,eAAe,YAAY,MAAK,CAAI,GAG5xB",
  "debugId": "CD8672AB17CF871764756E2164756E21",
  "names": []
}