{
  "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.39942 12.3564C9.41756 13.0758 10.6596 13.5 12.001 13.5C12.617 13.5 13.2115 13.4087 13.7734 13.2422C12.6788 14.3291 12.001 15.8354 12.001 17.5C12.001 18.8066 12.4199 20.0147 13.1289 21H7.75098C5.54201 21 3.61191 19.1558 4.28419 17.0518C4.93006 15.0314 6.21294 13.461 8.39942 12.3564Z\" fill=\"currentColor\"/><path d=\"M19.9697 14.4697C20.2626 14.1768 20.7374 14.1768 21.0303 14.4697C21.3232 14.7626 21.3232 15.2374 21.0303 15.5303L19.0606 17.5L21.0303 19.4697C21.3232 19.7626 21.3232 20.2374 21.0303 20.5303C20.7374 20.8232 20.2626 20.8232 19.9697 20.5303L18 18.5605L16.0303 20.5303C15.7374 20.8232 15.2626 20.8232 14.9697 20.5303C14.6768 20.2374 14.6768 19.7626 14.9697 19.4697L16.9395 17.5L14.9697 15.5303C14.6768 15.2374 14.6768 14.7626 14.9697 14.4697C15.2626 14.1768 15.7374 14.1768 16.0303 14.4697L18 16.4395L19.9697 14.4697Z\" fill=\"currentColor\"/><path d=\"M12.001 2.5C14.6241 2.50024 16.751 4.6268 16.751 7.25C16.751 9.87321 14.6241 11.9998 12.001 12C9.37764 12 7.25098 9.87335 7.25098 7.25C7.25098 4.62665 9.37764 2.50001 12.001 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,gBAA8nC,EAA9nC,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,gSAAgS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ogBAAogB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,CAAI,GAGxnC",
  "debugId": "094840CCE83FD04864756E2164756E21",
  "names": []
}