{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVoiceSettings/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 IconVoiceSettings: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"voice-settings, edit-voice\"><path d=\"M21.5 8V10M18 3V15M14.5 6V8.25M11 4V5.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M8.10418 9.5C7.75099 9.5 7.42399 9.68631 7.24391 9.99015L6.62145 11.0404C6.44284 11.3418 6.11956 11.5277 5.76926 11.5305L4.53537 11.5405C4.18216 11.5433 3.85665 11.7323 3.67904 12.0376L3.28976 12.7068C3.11041 13.0151 3.10886 13.3956 3.28568 13.7054L3.88441 14.7543C4.05979 15.0615 4.05979 15.4385 3.88441 15.7458L3.28568 16.7946C3.10886 17.1044 3.11041 17.4849 3.28976 17.7932L3.67904 18.4624C3.85665 18.7677 4.18216 18.9567 4.53537 18.9595L5.76926 18.9695C6.11957 18.9723 6.44285 19.1582 6.62146 19.4596L7.24391 20.5099C7.42399 20.8137 7.75098 21 8.10417 21H8.89577C9.24896 21 9.57596 20.8137 9.75603 20.5099L10.3785 19.4596C10.5571 19.1582 10.8804 18.9723 11.2307 18.9695L12.4646 18.9595C12.8178 18.9567 13.1433 18.7677 13.321 18.4624L13.7102 17.7932C13.8896 17.4849 13.8911 17.1044 13.7143 16.7946L13.1156 15.7458C12.9402 15.4385 12.9402 15.0615 13.1156 14.7543L13.7143 13.7054C13.8911 13.3956 13.8896 13.0151 13.7102 12.7068L13.321 12.0376C13.1433 11.7323 12.8178 11.5433 12.4646 11.5405L11.2307 11.5305C10.8804 11.5277 10.5571 11.3418 10.3785 11.0404L9.75604 9.99015C9.57596 9.68631 9.24896 9.5 8.89577 9.5H8.10418Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><circle cx=\"8.5\" cy=\"15.25\" r=\"1.75\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVoiceSettings;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAo8C,EAAp8C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,0CAA0C,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,mmCAAmmC,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,SAAD,CAAQ,GAAG,MAAM,GAAG,QAAQ,EAAE,OAAO,KAAK,eAAc,CAAI,GAG97C",
  "debugId": "369980C63226133664756E2164756E21",
  "names": []
}