{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserRemoveRight/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 IconUserRemoveRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-remove-right, people, person, member\"><path d=\"M12.6006 12.3564C15.2098 13.6742 17 16.3772 17 19.5V20.25C17 20.6642 16.6642 21 16.25 21H1.75C1.33579 21 1 20.6642 1 20.25V19.5C1 16.3775 2.78962 13.6743 5.39844 12.3564C6.41664 13.0759 7.65845 13.5 9 13.5C10.3413 13.5 11.5825 13.0756 12.6006 12.3564Z\" fill=\"currentColor\"/><path d=\"M21.9697 8.46973C22.2626 8.17683 22.7374 8.17683 23.0303 8.46973C23.3232 8.76262 23.3232 9.23738 23.0303 9.53027L21.0605 11.5L23.0303 13.4697C23.3232 13.7626 23.3232 14.2374 23.0303 14.5303C22.7374 14.8232 22.2626 14.8232 21.9697 14.5303L20 12.5605L18.0303 14.5303C17.7374 14.8232 17.2626 14.8232 16.9697 14.5303C16.6768 14.2374 16.6768 13.7626 16.9697 13.4697L18.9395 11.5L16.9697 9.53027C16.6768 9.23738 16.6768 8.76262 16.9697 8.46973C17.2626 8.17683 17.7374 8.17683 18.0303 8.46973L20 10.4395L21.9697 8.46973Z\" fill=\"currentColor\"/><path d=\"M9 2.5C11.6234 2.5 13.75 4.62665 13.75 7.25C13.75 9.87335 11.6234 12 9 12C6.37665 12 4.25 9.87335 4.25 7.25C4.25 4.62665 6.37665 2.5 9 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserRemoveRight;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAA2jC,EAA3jC,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,EAAE,8PAA8P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ogBAAogB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,CAAI,GAGrjC",
  "debugId": "7C3F7B9E435E9C8A64756E2164756E21",
  "names": []
}