{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPeopleVoice/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 IconPeopleVoice: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"people-voice, user, person\"><path d=\"M7.49848 15C9.18054 15 10.6562 15.805 11.6079 17.0078C11.9638 17.4578 12.1397 17.965 12.1205 18.4824C12.1017 18.9919 11.8968 19.4497 11.601 19.8184C11.0192 20.5431 10.0332 21 8.99848 21H5.99848C4.96381 20.9999 3.97763 20.5431 3.39594 19.8184C3.1002 19.4497 2.89527 18.9918 2.87641 18.4824C2.85729 17.9651 3.03327 17.4577 3.3891 17.0078C4.34067 15.8049 5.8165 15.0001 7.49848 15Z\" fill=\"currentColor\"/><path d=\"M17.2485 3C17.6627 3 17.9985 3.33579 17.9985 3.75V16.25C17.9985 16.6642 17.6627 17 17.2485 17C16.8345 16.9998 16.4985 16.6641 16.4985 16.25V3.75C16.4985 3.33593 16.8345 3.00023 17.2485 3Z\" fill=\"currentColor\"/><path d=\"M7.49848 8.75C9.01726 8.75 10.2485 9.98122 10.2485 11.5C10.2485 13.0188 9.01726 14.25 7.49848 14.25C5.97989 14.2498 4.74848 13.0186 4.74848 11.5C4.74848 9.98136 5.97989 8.75023 7.49848 8.75Z\" fill=\"currentColor\"/><path d=\"M13.7485 6C14.1627 6 14.4985 6.33579 14.4985 6.75V13.25C14.4985 13.6642 14.1627 14 13.7485 14C13.3345 13.9998 12.9985 13.6641 12.9985 13.25V6.75C12.9985 6.33593 13.3345 6.00023 13.7485 6Z\" fill=\"currentColor\"/><path d=\"M20.7485 8C21.1627 8 21.4985 8.33579 21.4985 8.75V11.25C21.4985 11.6642 21.1627 12 20.7485 12C20.3345 11.9998 19.9985 11.6641 19.9985 11.25V8.75C19.9985 8.33593 20.3345 8.00023 20.7485 8Z\" fill=\"currentColor\"/><path d=\"M10.2485 4C10.6627 4 10.9985 4.33579 10.9985 4.75V7C10.9985 7.41421 10.6627 7.75 10.2485 7.75C9.83446 7.74977 9.49848 7.41407 9.49848 7V4.75C9.49848 4.33593 9.83446 4.00023 10.2485 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPeopleVoice;\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,gBAAqiD,EAAriD,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,6XAA6X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iMAAiM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0LAA0L,KAAK,eAAc,CAAI,GAG/hD",
  "debugId": "B68B5A218D2B30DD64756E2164756E21",
  "names": []
}