{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPageTextLink/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 IconPageTextLink: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"page-text-link\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 5.75C4 3.67893 5.67893 2 7.75 2H16.25C18.3211 2 20 3.67893 20 5.75V9.87494C19.3801 9.63286 18.7056 9.5 18 9.5C14.9624 9.5 12.5 11.9624 12.5 15V18C12.5 19.576 13.1629 20.9972 14.2251 22H7.75C5.67893 22 4 20.3211 4 18.25V5.75ZM7 5.75C7 5.33579 7.33579 5 7.75 5H14.25C14.6642 5 15 5.33579 15 5.75C15 6.16421 14.6642 6.5 14.25 6.5H7.75C7.33579 6.5 7 6.16421 7 5.75ZM7 9.75C7 9.33579 7.33579 9 7.75 9H10.25C10.6642 9 11 9.33579 11 9.75C11 10.1642 10.6642 10.5 10.25 10.5H7.75C7.33579 10.5 7 10.1642 7 9.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 IconPageTextLink;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA85C,EAA95C,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2fAA2f,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,GAGx5C",
  "debugId": "69E20B0DFA0335F264756E2164756E21",
  "names": []
}