{
  "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.6006 12.3564C16.5433 12.8325 17.3784 13.49 18.0615 14.2822L16.3604 16.9551L16.1309 16.7773C15.1498 16.0152 13.7361 16.193 12.9736 17.1738C12.2114 18.1549 12.3883 19.5685 13.3691 20.3311L14.2305 21H4.75C4.33579 21 4 20.6642 4 20.25V19.5C4 16.3775 5.78962 13.6743 8.39844 12.3564C9.41664 13.0759 10.6585 13.5 12 13.5C13.3413 13.5 14.5825 13.0756 15.6006 12.3564Z\" 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,gBAAyhC,EAAzhC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,+WAA+W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4WAA4W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,CAAI,GAGnhC",
  "debugId": "CF866A94F45F92A764756E2164756E21",
  "names": []
}