{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPeopleLike/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 IconPeopleLike: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"people-like, inner circle\"><path d=\"M11.9999 1.94629C9.48499 1.94629 7.44629 3.98499 7.44629 6.49986C7.44629 9.01473 9.48499 11.0534 11.9999 11.0534C14.5147 11.0534 16.5534 9.01473 16.5534 6.49986C16.5534 3.98499 14.5147 1.94629 11.9999 1.94629Z\" fill=\"currentColor\"/><path d=\"M4.55269 16.6384C5.96263 14.016 8.64237 12.2499 12.0001 12.2499C13.5374 12.2499 14.9325 12.6201 16.1288 13.2731C15.2217 13.3722 14.3446 13.7866 13.6733 14.5027C12.8858 15.3426 12.5005 16.4635 12.5005 17.6665C12.5005 19.2115 13.2851 20.4231 14.0566 21.2499H7.79536C6.62375 21.2499 5.53148 20.7289 4.85818 19.8913C4.16063 19.0235 3.92347 17.8088 4.55269 16.6384Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 15.1258C17.9919 15.1213 17.9837 15.1168 17.9755 15.1123C17.6444 14.9317 17.1603 14.7499 16.5556 14.7499C15.9029 14.7499 15.2515 15.0119 14.7671 15.5286C14.2791 16.0491 14 16.7838 14 17.6665C14 19.0571 14.9775 20.153 15.7958 20.829C16.2251 21.1836 16.6619 21.4656 17.0137 21.661C17.1895 21.7587 17.3513 21.8388 17.4872 21.897C17.5543 21.9258 17.6236 21.9529 17.6902 21.9742C17.7324 21.9877 17.8572 22.0277 18 22.0277C18.1428 22.0277 18.2669 21.9879 18.309 21.9744C18.3757 21.9531 18.4457 21.9258 18.5128 21.897C18.6487 21.8388 18.8105 21.7587 18.9863 21.661C19.3381 21.4656 19.7749 21.1836 20.2042 20.829C21.0225 20.153 22 19.0571 22 17.6665C22 16.7838 21.7209 16.0491 21.2329 15.5286C20.7485 15.0119 20.0971 14.7499 19.4444 14.7499C18.8397 14.7499 18.3556 14.9317 18.0245 15.1123C18.0163 15.1168 18.0081 15.1213 18 15.1258Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPeopleLike;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA8jD,EAA9jD,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2WAA2W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8zBAA8zB,KAAK,eAAc,CAAI,GAGxjD",
  "debugId": "693060F60C27317664756E2164756E21",
  "names": []
}