{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9999 2C16.4412 2.00004 19.9003 5.63883 19.9872 10.0264C20.0493 13.1593 20.2962 16.2122 21.0038 19.2627C21.3076 20.5728 20.0837 21.8253 18.7314 21.3965L16.0019 20.5312C15.947 20.5138 15.8874 20.5159 15.8339 20.5371L12.6444 21.8008C12.2303 21.9649 11.7695 21.9649 11.3554 21.8008L8.16593 20.5371C8.11241 20.5159 8.05286 20.5139 7.99797 20.5312L5.26847 21.3965C3.91606 21.8254 2.6922 20.5728 2.99601 19.2627C3.70361 16.2122 3.95052 13.1593 4.01261 10.0264C4.09957 5.6388 7.55856 2 11.9999 2ZM9.70011 7.5C8.98214 7.5 8.39933 8.39543 8.39933 9.5C8.39933 10.6046 8.98214 11.5 9.70011 11.5C10.4179 11.4997 10.9999 10.6044 10.9999 9.5C10.9999 8.39562 10.4179 7.50031 9.70011 7.5ZM14.2997 7.5C13.5818 7.50009 12.9999 8.39549 12.9999 9.5C12.9999 10.6045 13.5818 11.4999 14.2997 11.5C15.0177 11.5 15.5995 10.6046 15.5995 9.5C15.5995 8.39543 15.0177 7.5 14.2997 7.5Z\" fill=\"currentColor\"/></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,gBAA4+B,EAA5+B,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,61BAA61B,KAAK,eAAc,CAAI,GAGt+B",
  "debugId": "C33AC5B5AA9602DD64756E2164756E21",
  "names": []
}