{
  "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.39844 12.3564C9.41664 13.0759 10.6585 13.5 12 13.5C12.616 13.5 13.2106 13.4096 13.7725 13.2432C12.6781 14.3301 12 15.8357 12 17.5C12 18.8066 12.4189 20.0147 13.1279 21H4.75C4.33579 21 4 20.6642 4 20.25V19.5C4 16.3775 5.78962 13.6743 8.39844 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.0605 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 2.5C14.6234 2.5 16.75 4.62665 16.75 7.25C16.75 9.87335 14.6234 12 12 12C9.37665 12 7.25 9.87335 7.25 7.25C7.25 4.62665 9.37665 2.5 12 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,gBAAyjC,EAAzjC,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,+PAA+P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ogBAAogB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,CAAI,GAGnjC",
  "debugId": "17EDE929923E10DA64756E2164756E21",
  "names": []
}