{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCirclePlaceholderOff/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 IconCirclePlaceholderOff: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"circle-placeholder-off\"><path d=\"M20.4816 17.2999C21.4438 15.7634 22 13.9466 22 12C22 6.47715 17.5229 2 12 2C10.0534 2 8.23663 2.55623 6.70007 3.51842L20.4816 17.2999Z\" fill=\"currentColor\"/><path d=\"M4.41828 5.47894L2.96967 4.03033C2.67678 3.73744 2.67678 3.26256 2.96967 2.96967C3.26256 2.67678 3.73744 2.67678 4.03033 2.96967L5.97731 4.91665C5.98144 4.9206 5.98554 4.9246 5.98959 4.92865L19.0711 18.0101C19.0751 18.0142 19.0792 18.0183 19.0831 18.0225L21.0303 19.9697C21.3232 20.2626 21.3232 20.7374 21.0303 21.0303C20.7374 21.3232 20.2626 21.3232 19.9697 21.0303L18.5208 19.5814C16.7704 21.088 14.4911 21.9997 12 21.9997C6.47715 21.9997 2 17.5226 2 11.9997C2 9.50861 2.91169 7.22927 4.41828 5.47894Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCirclePlaceholderOff;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAA8vB,EAA9vB,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,yIAAyI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0fAA0f,KAAK,eAAc,CAAI,GAGxvB",
  "debugId": "4576E6DCF451A7A764756E2164756E21",
  "names": []
}