{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoice2/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 IconVoice2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"voice-2, siri, wave\"><path d=\"M19.3804 18.7492C21.0082 16.9705 22.0014 14.6012 22.0014 12C22.0014 11.5791 21.9754 11.1643 21.9249 10.7571C18.2139 10.8813 15.2633 12.6103 12.3211 14.4511C12.1599 14.552 11.9986 14.6533 11.8369 14.7549C11.3741 15.0456 10.9087 15.3379 10.439 15.6235C13.0891 17.3215 15.9994 18.7885 19.3804 18.7492Z\" fill=\"currentColor\"/><path d=\"M17.7746 20.1662C14.4858 19.7922 11.677 18.2255 9.27128 16.6546C9.17538 16.592 9.08039 16.5295 8.98626 16.4673C7.47471 17.2951 5.89815 17.9741 4.19394 18.2491C6.02657 20.5358 8.84298 22 12.0014 22C14.1518 22 16.1438 21.3212 17.7746 20.1662Z\" fill=\"currentColor\"/><path d=\"M3.25604 16.8534C2.5588 15.5997 2.12332 14.1805 2.02344 12.6695C2.89642 12.744 3.88248 13.1681 5.04961 13.862C5.84338 14.334 6.65077 14.8848 7.52001 15.4779L7.57402 15.5147C6.1654 16.2278 4.76158 16.7336 3.25604 16.8534Z\" fill=\"currentColor\"/><path d=\"M2.03562 11.1665C3.30711 11.2448 4.57563 11.8351 5.81622 12.5727C6.64058 13.0629 7.52413 13.665 8.43032 14.2825C8.63561 14.4224 8.84208 14.5631 9.04927 14.7035C9.73889 14.2991 10.4383 13.8608 11.1596 13.4087L11.5255 13.1795C14.399 11.3816 17.5843 9.47629 21.6238 9.26865C20.4353 5.07346 16.5773 2 12.0014 2C6.75922 2 2.45917 6.03363 2.03562 11.1665Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVoice2;\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,gBAAixC,EAAjxC,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,6SAA6S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+NAA+N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gWAAgW,KAAK,eAAc,CAAI,GAG3wC",
  "debugId": "AA209EBDA4D2719B64756E2164756E21",
  "names": []
}