{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoiceCircle/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 IconVoiceCircle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"voice-circle, waves\"><path d=\"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\" fill=\"currentColor\"/><path d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVoiceCircle;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA8iD,EAA9iD,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,+RAA+R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6nBAA6nB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6fAA6f,KAAK,eAAc,CAAI,GAGxiD",
  "debugId": "46ECD83FB484ABD064756E2164756E21",
  "names": []
}