{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoiceMode/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 IconVoiceMode: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"voice-mode, voice-settings\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.25 11.5C12.8734 11.5 15 13.6266 15 16.25C15 18.8734 12.8734 21 10.25 21H6.25C3.62665 21 1.5 18.8734 1.5 16.25C1.5 13.6266 3.62665 11.5 6.25 11.5H10.25ZM10.25 14.25C9.14543 14.25 8.25 15.1454 8.25 16.25C8.25 17.3546 9.14543 18.25 10.25 18.25C11.3546 18.25 12.25 17.3546 12.25 16.25C12.25 15.1454 11.3546 14.25 10.25 14.25Z\" fill=\"currentColor\"/><path d=\"M17.75 3C18.1642 3 18.5 3.33579 18.5 3.75V16.25C18.5 16.6642 18.1642 17 17.75 17C17.3358 17 17 16.6642 17 16.25V3.75C17 3.33579 17.3358 3 17.75 3Z\" fill=\"currentColor\"/><path d=\"M21.25 8.20801C21.6641 8.20801 21.9998 8.54394 22 8.95801V11.042L21.9961 11.1182C21.9578 11.4964 21.6384 11.792 21.25 11.792C20.8616 11.792 20.5422 11.4964 20.5039 11.1182L20.5 11.042V8.95801C20.5002 8.54394 20.8359 8.20801 21.25 8.20801Z\" fill=\"currentColor\"/><path d=\"M14.25 6.125C14.6642 6.125 15 6.46079 15 6.875V10.2188C15 10.633 14.6642 10.9688 14.25 10.9688C13.8358 10.9688 13.5 10.633 13.5 10.2188V6.875C13.5 6.46079 13.8358 6.125 14.25 6.125Z\" fill=\"currentColor\"/><path d=\"M10.75 4.04199C11.1642 4.04199 11.5 4.37778 11.5 4.79199V8.91699C11.4998 9.33106 11.1641 9.66699 10.75 9.66699C10.3359 9.66699 10.0002 9.33106 10 8.91699V4.79199C10 4.37778 10.3358 4.04199 10.75 4.04199Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVoiceMode;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAg1C,EAAh1C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wUAAwU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wLAAwL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8MAA8M,KAAK,eAAc,CAAI,GAG10C",
  "debugId": "76F83B9E5C50C46164756E2164756E21",
  "names": []
}