{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserAdded/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 IconUserAdded: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-added, people, person, member, checked\"><path d=\"M15.5977 12.3584C16.5397 12.8358 17.3747 13.4946 18.0576 14.2881L16.3604 16.9551L16.1309 16.7773C15.1498 16.0152 13.7361 16.193 12.9736 17.1738C12.2114 18.1549 12.3883 19.5686 13.3691 20.3311L14.2305 21H5.47754C4.65889 21 4 20.3336 4 19.5205C4.00006 16.3983 5.79001 13.6821 8.40137 12.3584C9.41903 13.0766 10.6597 13.5 12 13.5C13.34 13.5 14.5801 13.0763 15.5977 12.3584Z\" fill=\"currentColor\"/><path d=\"M20.1172 13.8477C20.3395 13.4983 20.8029 13.395 21.1523 13.6172C21.5017 13.8395 21.605 14.3029 21.3828 14.6523L17.5645 20.6523C17.4511 20.8305 17.2676 20.9532 17.0596 20.9893C16.8517 21.0252 16.6383 20.9713 16.4717 20.8418L14.29 19.1465C13.963 18.8923 13.904 18.4208 14.1582 18.0938C14.4124 17.7672 14.8831 17.7081 15.21 17.9619L16.7412 19.1523L20.1172 13.8477Z\" 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 IconUserAdded;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA+hC,EAA/hC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,qXAAqX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4WAA4W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,CAAI,GAGzhC",
  "debugId": "8CC22AC3EC91257964756E2164756E21",
  "names": []
}