{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserAdd/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 IconUserAdd: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-add, people, person, member\"><path d=\"M8.39979 12.3564C9.41799 13.0759 10.6598 13.5 12.0013 13.5C12.7314 13.5 13.4315 13.3732 14.0824 13.1426C13.1051 14.1353 12.5013 15.4969 12.5013 17C12.5013 18.5767 13.166 19.9972 14.2289 21H5.75135C4.78495 21 3.98757 20.2145 4.07264 19.252C4.34779 16.1448 5.4749 13.834 8.39979 12.3564Z\" fill=\"currentColor\"/><path d=\"M18.0013 13C18.4156 13 18.7513 13.3358 18.7513 13.75V16.25H21.2513C21.6656 16.25 22.0013 16.5858 22.0013 17C22.0013 17.4142 21.6656 17.75 21.2513 17.75H18.7513V20.25C18.7513 20.6642 18.4156 21 18.0013 21C17.5871 21 17.2513 20.6642 17.2513 20.25V17.75H14.7513C14.3371 17.75 14.0013 17.4142 14.0013 17C14.0013 16.5858 14.3371 16.25 14.7513 16.25H17.2513V13.75C17.2513 13.3358 17.5871 13 18.0013 13Z\" fill=\"currentColor\"/><path d=\"M12.0013 2.5C14.6247 2.5 16.7513 4.62665 16.7513 7.25C16.7513 9.87335 14.6247 12 12.0013 12C9.378 12 7.25135 9.87335 7.25135 7.25C7.25135 4.62665 9.378 2.5 12.0013 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserAdd;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA4/B,EAA5/B,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,gSAAgS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+YAA+Y,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2KAA2K,KAAK,eAAc,CAAI,GAGt/B",
  "debugId": "0843E286794FB41864756E2164756E21",
  "names": []
}