{
  "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.9297 12.1094C15.3289 13.1913 17 15.6018 17 18.4043C16.9998 19.8378 15.8378 20.9998 14.4043 21H3.5957C2.16224 20.9998 1.00024 19.8378 1 18.4043C1 15.6021 2.6706 13.1915 5.06934 12.1094C6.14306 12.979 7.51066 13.5 9 13.5C10.4891 13.5 11.856 12.9787 12.9297 12.1094Z\" 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,gBAA2kC,EAA3kC,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,EAAE,8QAA8Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ogBAAogB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,CAAI,GAGrkC",
  "debugId": "BA5BBB97F0F30F6164756E2164756E21",
  "names": []
}