{
  "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=\"M9.31348 9.00684C9.53964 9.03661 9.74209 9.16799 9.86035 9.36719L10.8457 11.0293L12.79 11.0449C13.0549 11.0471 13.2994 11.189 13.4326 11.418L14.3984 13.0781C14.5328 13.3093 14.5339 13.5949 14.4014 13.8271L13.4463 15.5L14.4014 17.1729C14.5339 17.4051 14.5328 17.6907 14.3984 17.9219L13.4326 19.582C13.2994 19.811 13.0549 19.9529 12.79 19.9551L10.8457 19.9697L9.86035 21.6328C9.72528 21.8603 9.48042 21.9999 9.21582 22H7.28418C7.01957 21.9999 6.77473 21.8603 6.63965 21.6328L5.65332 19.9697L3.70996 19.9551C3.44506 19.9529 3.20059 19.811 3.06738 19.582L2.10156 17.9219C1.96722 17.6907 1.96607 17.4051 2.09863 17.1729L3.05273 15.5L2.09863 13.8271C1.96607 13.5949 1.96722 13.3093 2.10156 13.0781L3.06738 11.418L3.12207 11.3359C3.26166 11.1554 3.47822 11.0468 3.70996 11.0449L5.65332 11.0293L6.63965 9.36719L6.69531 9.28613C6.83631 9.10702 7.05265 9.00007 7.28418 9H9.21582L9.31348 9.00684ZM8.25 13.75C7.2835 13.75 6.5 14.5335 6.5 15.5C6.5 16.4665 7.2835 17.25 8.25 17.25C9.2165 17.25 10 16.4665 10 15.5C10 14.5335 9.2165 13.75 8.25 13.75Z\" fill=\"currentColor\"/><path d=\"M17.75 2C18.1642 2 18.5 2.33579 18.5 2.75V15.25C18.5 15.6642 18.1642 16 17.75 16C17.3358 16 17 15.6642 17 15.25V2.75C17 2.33579 17.3358 2 17.75 2Z\" fill=\"currentColor\"/><path d=\"M21.25 7.20801C21.6641 7.20801 21.9998 7.54394 22 7.95801V10.042L21.9961 10.1182C21.9578 10.4964 21.6384 10.792 21.25 10.792C20.8616 10.792 20.5422 10.4964 20.5039 10.1182L20.5 10.042V7.95801C20.5002 7.54394 20.8359 7.20801 21.25 7.20801Z\" fill=\"currentColor\"/><path d=\"M14.25 5.125C14.6642 5.125 15 5.46079 15 5.875V8.21875C15 8.63296 14.6642 8.96875 14.25 8.96875C13.8358 8.96875 13.5 8.63296 13.5 8.21875V5.875C13.5 5.46079 13.8358 5.125 14.25 5.125Z\" fill=\"currentColor\"/><path d=\"M10.75 3.04199C11.1642 3.04199 11.5 3.37778 11.5 3.79199V5.91699C11.4998 6.33106 11.1641 6.66699 10.75 6.66699C10.3359 6.66699 10.0002 6.33106 10 5.91699V3.79199C10 3.37778 10.3358 3.04199 10.75 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,gBAAuhE,EAAvhE,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6gCAA6gC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qJAAqJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0LAA0L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8MAA8M,KAAK,eAAc,CAAI,GAGjhE",
  "debugId": "5BA8E9C5EC0F578064756E2164756E21",
  "names": []
}