{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserDuo/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 IconUserDuo: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-duo, team, members, persons\"><path d=\"M1.75 19.25V17.7188C1.75 14.6984 4.32436 12.25 7.5 12.25C10.6756 12.25 13.25 14.6984 13.25 17.7188V19.25H1.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M22.25 18.25V19H23V18.25H22.25ZM16.75 17.5H16V19H16.75V18.25V17.5ZM22.25 18.25V17.5H16.75V18.25V19H22.25V18.25ZM22.25 18.25H23C23 16.4469 22.7512 14.7586 21.9084 13.5084C21.0231 12.1952 19.5804 11.5 17.5357 11.5V12.25V13C19.2074 13 20.1218 13.5416 20.6646 14.3468C21.2499 15.215 21.5 16.5268 21.5 18.25H22.25Z\" fill=\"currentColor\"/><circle cx=\"7.5\" cy=\"8.5\" r=\"3.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><circle cx=\"17.5\" cy=\"9.5\" r=\"2.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconUserDuo;\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,gBAAgyB,EAAhyB,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,iHAAiH,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,wTAAwT,KAAK,eAAc,EAAE,gBAAC,SAAD,CAAQ,GAAG,MAAM,GAAG,MAAM,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,SAAD,CAAQ,GAAG,OAAO,GAAG,MAAM,EAAE,OAAO,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,CAAI,GAG1xB",
  "debugId": "586D7C502A8D9FE264756E2164756E21",
  "names": []
}