{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPageLink/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 IconPageLink: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"page-link\"><path d=\"M5.75 2C4.7835 2 4 2.7835 4 3.75V20.25C4 21.2165 4.7835 22 5.75 22H14.2251C13.1629 20.9972 12.5 19.576 12.5 18V15C12.5 11.9624 14.9624 9.5 18 9.5C18.7056 9.5 19.3801 9.63286 20 9.87494V3.75C20 2.7835 19.2165 2 18.25 2H5.75Z\" fill=\"currentColor\"/><path d=\"M15.5 15C15.5 13.6193 16.6193 12.5 18 12.5C19.3807 12.5 20.5 13.6193 20.5 15C20.5 15.4142 20.8358 15.75 21.25 15.75C21.6642 15.75 22 15.4142 22 15C22 12.7909 20.2091 11 18 11C15.7909 11 14 12.7909 14 15C14 15.4142 14.3358 15.75 14.75 15.75C15.1642 15.75 15.5 15.4142 15.5 15Z\" fill=\"currentColor\"/><path d=\"M18.75 15.75C18.75 15.3358 18.4142 15 18 15C17.5858 15 17.25 15.3358 17.25 15.75V17.25C17.25 17.6642 17.5858 18 18 18C18.4142 18 18.75 17.6642 18.75 17.25V15.75Z\" fill=\"currentColor\"/><path d=\"M15.5 18C15.5 17.5858 15.1642 17.25 14.75 17.25C14.3358 17.25 14 17.5858 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18C22 17.5858 21.6642 17.25 21.25 17.25C20.8358 17.25 20.5 17.5858 20.5 18C20.5 19.3807 19.3807 20.5 18 20.5C16.6193 20.5 15.5 19.3807 15.5 18Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageLink;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA0lC,EAA1lC,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,EAAE,kOAAkO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sRAAsR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sRAAsR,KAAK,eAAc,CAAI,GAGplC",
  "debugId": "6253EAE2EFB199C764756E2164756E21",
  "names": []
}