{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.64727 9C9.26518 9.00009 9.83801 9.32589 10.1531 9.85742L10.7752 10.9082C10.8198 10.9833 10.9007 11.0294 10.9881 11.0303L12.2225 11.04C12.8405 11.0451 13.4107 11.3759 13.7215 11.9102L14.1102 12.5801C14.4238 13.1195 14.4263 13.7852 14.117 14.3271L13.5184 15.376C13.4746 15.4527 13.4746 15.5473 13.5184 15.624L14.117 16.6729C14.4263 17.2148 14.4238 17.8805 14.1102 18.4199L13.7215 19.0898C13.4107 19.6241 12.8405 19.9549 12.2225 19.96L10.9881 19.9697C10.9007 19.9706 10.8198 20.0167 10.7752 20.0918L10.1531 21.1426C9.83801 21.6741 9.26518 21.9999 8.64727 22H7.85625C7.23829 22 6.66556 21.6741 6.35039 21.1426L5.72832 20.0918C5.68379 20.0167 5.60273 19.9707 5.51543 19.9697L4.28105 19.96C3.663 19.955 3.09286 19.6241 2.78203 19.0898L2.39336 18.4199C2.07963 17.8804 2.07712 17.2149 2.38652 16.6729L2.98516 15.624C3.02886 15.5473 3.02886 15.4527 2.98516 15.376L2.38652 14.3271C2.07712 13.7851 2.07962 13.1196 2.39336 12.5801L2.78203 11.9102C3.09286 11.3759 3.663 11.045 4.28105 11.04L5.51543 11.0303C5.60273 11.0293 5.68379 10.9833 5.72832 10.9082L6.35039 9.85742C6.66556 9.3259 7.23829 9 7.85625 9H8.64727ZM8.25176 13.75C7.28526 13.75 6.50176 14.5335 6.50176 15.5C6.50176 16.4665 7.28526 17.25 8.25176 17.25C9.21814 17.2499 10.0018 16.4664 10.0018 15.5C10.0018 14.5336 9.21814 13.7501 8.25176 13.75Z\" fill=\"currentColor\"/><path d=\"M17.7518 2C18.1659 2.00013 18.5018 2.33587 18.5018 2.75V15.25C18.5018 15.6641 18.1659 15.9999 17.7518 16C17.3375 16 17.0018 15.6642 17.0018 15.25V2.75C17.0018 2.33579 17.3375 2 17.7518 2Z\" fill=\"currentColor\"/><path d=\"M21.2518 7.20801C21.6658 7.20814 22.0016 7.54402 22.0018 7.95801V10.042L21.9979 10.1182C21.9595 10.4964 21.64 10.7919 21.2518 10.792C20.8634 10.792 20.544 10.4964 20.5057 10.1182L20.5018 10.042V7.95801C20.5019 7.54394 20.8377 7.20801 21.2518 7.20801Z\" fill=\"currentColor\"/><path d=\"M14.2518 5.125C14.6659 5.12513 15.0018 5.46087 15.0018 5.875V8.21875C15.0018 8.63288 14.6659 8.96862 14.2518 8.96875C13.8375 8.96875 13.5018 8.63296 13.5018 8.21875V5.875C13.5018 5.46079 13.8375 5.125 14.2518 5.125Z\" fill=\"currentColor\"/><path d=\"M10.7518 3.04199C11.1659 3.04212 11.5018 3.37786 11.5018 3.79199V5.91699C11.5016 6.33097 11.1658 6.66686 10.7518 6.66699C10.3377 6.66699 10.0019 6.33106 10.0018 5.91699V3.79199C10.0018 3.37778 10.3375 3.04199 10.7518 3.04199Z\" 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,gBAAy4E,EAAz4E,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oxCAAoxC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6PAA6P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0NAA0N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oOAAoO,KAAK,eAAc,CAAI,GAGn4E",
  "debugId": "EEC629F7EC1F11D664756E2164756E21",
  "names": []
}