{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoiceRecord/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 IconVoiceRecord: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"voice-record\"><path d=\"M6.25 3C6.66421 3 7 3.33579 7 3.75V16.25C7 16.6642 6.66421 17 6.25 17C5.83579 17 5.5 16.6642 5.5 16.25V3.75C5.5 3.33579 5.83579 3 6.25 3Z\" fill=\"currentColor\"/><path d=\"M13.25 4C13.6642 4 14 4.33579 14 4.75V8.75C14 9.16421 13.6642 9.5 13.25 9.5C12.8358 9.5 12.5 9.16421 12.5 8.75V4.75C12.5 4.33579 12.8358 4 13.25 4Z\" fill=\"currentColor\"/><path d=\"M9.75 6C10.1642 6 10.5 6.33579 10.5 6.75V13.25C10.5 13.6642 10.1642 14 9.75 14C9.33579 14 9 13.6642 9 13.25V6.75C9 6.33579 9.33579 6 9.75 6Z\" fill=\"currentColor\"/><path d=\"M2.75 8C3.16421 8 3.5 8.33579 3.5 8.75V11.25C3.5 11.6642 3.16421 12 2.75 12C2.33579 12 2 11.6642 2 11.25V8.75C2 8.33579 2.33579 8 2.75 8Z\" fill=\"currentColor\"/><path d=\"M16.75 18.5C18.2688 18.5 19.5 17.2688 19.5 15.75C19.5 14.2312 18.2688 13 16.75 13C15.2312 13 14 14.2312 14 15.75C14 17.2688 15.2312 18.5 16.75 18.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.5 15.75C11.5 12.8505 13.8505 10.5 16.75 10.5C19.6495 10.5 22 12.8505 22 15.75C22 18.6495 19.6495 21 16.75 21C13.8505 21 11.5 18.6495 11.5 15.75ZM16.75 12C14.6789 12 13 13.6789 13 15.75C13 17.8211 14.6789 19.5 16.75 19.5C18.8211 19.5 20.5 17.8211 20.5 15.75C20.5 13.6789 18.8211 12 16.75 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVoiceRecord;\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,gBAAwwC,EAAxwC,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sJAAsJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+IAA+I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uJAAuJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ySAAyS,KAAK,eAAc,CAAI,GAGlwC",
  "debugId": "B174D33BBAD1C3E464756E2164756E21",
  "names": []
}