{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSocial/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 IconSocial: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"social, connection\"><path d=\"M8.25 6C8.25 7.24264 7.24264 8.25 6 8.25C4.75736 8.25 3.75 7.24264 3.75 6C3.75 4.75736 4.75736 3.75 6 3.75C7.24264 3.75 8.25 4.75736 8.25 6Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M20.25 6C20.25 7.24264 19.2426 8.25 18 8.25C16.7574 8.25 15.75 7.24264 15.75 6C15.75 4.75736 16.7574 3.75 18 3.75C19.2426 3.75 20.25 4.75736 20.25 6Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M20.25 17C20.25 18.2426 19.2426 19.25 18 19.25C16.7574 19.25 15.75 18.2426 15.75 17C15.75 15.7574 16.7574 14.75 18 14.75C19.2426 14.75 20.25 15.7574 20.25 17Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M11.25 16C11.25 18.3472 9.34721 20.25 7 20.25C4.65279 20.25 2.75 18.3472 2.75 16C2.75 13.6528 4.65279 11.75 7 11.75C9.34721 11.75 11.25 13.6528 11.25 16Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M6.23828 8.40039L6.56252 11.6428\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M10.3125 12.9878L16.225 7.61278L16.2535 7.58691\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M11.4414 16.4033L15.6026 16.7816\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconSocial;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAgnC,EAAhnC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,+IAA+I,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,iKAAiK,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,4JAA4J,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,mCAAmC,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,mCAAmC,OAAO,eAAe,YAAY,MAAK,CAAI,GAG1mC",
  "debugId": "505934172ECB896964756E2164756E21",
  "names": []
}