{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStableVoice/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 IconStableVoice: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"stable-voice, stable-volume, voice-circle, voice-control\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.25 7C9.83579 7 9.5 7.33579 9.5 7.75V16.25C9.5 16.6642 9.83579 17 10.25 17C10.6642 17 11 16.6642 11 16.25V7.75C11 7.33579 10.6642 7 10.25 7ZM13.75 9C13.3358 9 13 9.33579 13 9.75V14.25C13 14.6642 13.3358 15 13.75 15C14.1642 15 14.5 14.6642 14.5 14.25V9.75C14.5 9.33579 14.1642 9 13.75 9ZM6.75 10C6.33579 10 6 10.3358 6 10.75V13.25C6 13.6642 6.33579 14 6.75 14C7.16421 14 7.5 13.6642 7.5 13.25V10.75C7.5 10.3358 7.16421 10 6.75 10ZM17.25 10C16.8358 10 16.5 10.3358 16.5 10.75V13.25C16.5 13.6642 16.8358 14 17.25 14C17.6642 14 18 13.6642 18 13.25V10.75C18 10.3358 17.6642 10 17.25 10Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStableVoice;\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,gBAAi2B,EAAj2B,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2rBAA2rB,KAAK,eAAc,CAAI,GAG31B",
  "debugId": "E4D2D73B1751454864756E2164756E21",
  "names": []
}