{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSwitchVoice/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 IconSwitchVoice: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"switch-voice, change-voice\"><path d=\"M3.38184 13.2568C3.79229 13.3115 4.08083 13.6882 4.02637 14.0986C4.00894 14.2295 4 14.3637 4 14.5C4 15.9621 5.04614 17.1793 6.43066 17.4453V16.4512C6.43066 15.9421 7.04627 15.6869 7.40625 16.0469L9.45508 18.0957C9.67824 18.3189 9.67824 18.6811 9.45508 18.9043L7.40625 20.9531C7.04625 21.3129 6.43066 21.0579 6.43066 20.5488V18.9619C4.21432 18.6819 2.5 16.7923 2.5 14.5C2.5 14.2974 2.51391 14.0976 2.54004 13.9014C2.59473 13.4909 2.97134 13.2023 3.38184 13.2568Z\" fill=\"currentColor\"/><path d=\"M17.25 3C17.6642 3 18 3.33579 18 3.75V15.75C18 16.1642 17.6642 16.5 17.25 16.5C16.8358 16.5 16.5 16.1642 16.5 15.75V3.75C16.5 3.33579 16.8358 3 17.25 3Z\" fill=\"currentColor\"/><path d=\"M6.59375 8.47559C6.95373 8.11561 7.56934 8.37079 7.56934 8.87988V10.0371C9.78574 10.317 11.5 12.2076 11.5 14.5C11.5 14.7026 11.4861 14.9024 11.46 15.0986C11.4053 15.5091 11.0287 15.7977 10.6182 15.7432C10.2077 15.6885 9.91917 15.3118 9.97363 14.9014C9.99106 14.7705 10 14.6363 10 14.5C10 13.0378 8.95395 11.8197 7.56934 11.5537V12.9775C7.56934 13.4866 6.95375 13.7416 6.59375 13.3818L4.54492 11.333C4.32177 11.1099 4.32177 10.7476 4.54492 10.5244L6.59375 8.47559Z\" fill=\"currentColor\"/><path d=\"M13.75 6C14.1642 6 14.5 6.33579 14.5 6.75V10.75C14.5 11.1642 14.1642 11.5 13.75 11.5C13.3358 11.5 13 11.1642 13 10.75V6.75C13 6.33579 13.3358 6 13.75 6Z\" fill=\"currentColor\"/><path d=\"M20.75 8C21.1642 8 21.5 8.33579 21.5 8.75V10.75C21.5 11.1642 21.1642 11.5 20.75 11.5C20.3358 11.5 20 11.1642 20 10.75V8.75C20 8.33579 20.3358 8 20.75 8Z\" fill=\"currentColor\"/><path d=\"M10.25 4C10.6642 4 11 4.33579 11 4.75V7.25C11 7.66421 10.6642 8 10.25 8C9.83579 8 9.5 7.66421 9.5 7.25V4.75C9.5 4.33579 9.83579 4 10.25 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSwitchVoice;\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,gBAAmvD,EAAnvD,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,gdAAgd,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kdAAkd,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6IAA6I,KAAK,eAAc,CAAI,GAG7uD",
  "debugId": "97878957B377BE0C64756E2164756E21",
  "names": []
}