{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSpeachToText/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 IconSpeachToText: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"speach-to-text, voice-to-text\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" 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 3ZM13.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 4ZM9.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 6ZM2.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 8ZM12.5 11.75C12.5 11.3358 12.8358 11 13.25 11H21.75C22.1642 11 22.5 11.3358 22.5 11.75V13.75C22.5 14.1642 22.1642 14.5 21.75 14.5C21.3358 14.5 21 14.1642 21 13.75V12.5H18.25V19.5H19.25C19.6642 19.5 20 19.8358 20 20.25C20 20.6642 19.6642 21 19.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H16.75V12.5H14V13.75C14 14.1642 13.6642 14.5 13.25 14.5C12.8358 14.5 12.5 14.1642 12.5 13.75V11.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSpeachToText;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAimC,EAAjmC,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s9BAAs9B,KAAK,eAAc,CAAI,GAG3lC",
  "debugId": "05D3A1B736FA1FC864756E2164756E21",
  "names": []
}