{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserRemove/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 IconUserRemove: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-remove, people, person, member\"><path d=\"M8.39979 12.3564C9.41793 13.0758 10.6599 13.5 12.0014 13.5C12.6173 13.5 13.212 13.4087 13.7738 13.2422C12.6791 14.3291 12.0014 15.8354 12.0014 17.5C12.0014 18.8066 12.4202 20.0147 13.1293 21H5.75135C4.78495 21 3.98756 20.2146 4.07264 19.252C4.3478 16.1448 5.47491 13.834 8.39979 12.3564Z\" fill=\"currentColor\"/><path d=\"M19.9711 14.4697C20.264 14.177 20.7388 14.1769 21.0316 14.4697C21.3244 14.7626 21.3244 15.2374 21.0316 15.5303L19.0619 17.5L21.0316 19.4697C21.3244 19.7626 21.3244 20.2374 21.0316 20.5303C20.7388 20.8231 20.264 20.823 19.9711 20.5303L18.0014 18.5605L16.0316 20.5303C15.7388 20.8231 15.264 20.823 14.9711 20.5303C14.6782 20.2374 14.6782 19.7626 14.9711 19.4697L16.9408 17.5L14.9711 15.5303C14.6782 15.2374 14.6782 14.7626 14.9711 14.4697C15.264 14.177 15.7388 14.1769 16.0316 14.4697L18.0014 16.4395L19.9711 14.4697Z\" fill=\"currentColor\"/><path d=\"M12.0014 2.5C14.6245 2.50026 16.7514 4.62681 16.7514 7.25C16.7514 9.87319 14.6245 11.9997 12.0014 12C9.378 12 7.25135 9.87335 7.25135 7.25C7.25135 4.62665 9.378 2.5 12.0014 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserRemove;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAioC,EAAjoC,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,kSAAkS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sgBAAsgB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,CAAI,GAG3nC",
  "debugId": "6580DF124F7F5BDD64756E2164756E21",
  "names": []
}