{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSquareArrowTopRight/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 IconSquareArrowTopRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"square-arrow-top-right, open, new, link, open link, box, arrow\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13 3.75C13 3.33579 13.3358 3 13.75 3H20.25C20.6642 3 21 3.33579 21 3.75V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V5.56066L11.5303 13.5303C11.2374 13.8232 10.7626 13.8232 10.4697 13.5303C10.1768 13.2374 10.1768 12.7626 10.4697 12.4697L18.4393 4.5H13.75C13.3358 4.5 13 4.16421 13 3.75ZM6.86054 5L9.25 5C9.66421 5 10 5.33579 10 5.75C10 6.16421 9.66421 6.5 9.25 6.5H6.875C6.753 6.5 6.71009 6.5001 6.67638 6.5012C5.4915 6.53999 4.53999 7.4915 4.50121 8.67638C4.5001 8.71009 4.5 8.753 4.5 8.875V15.45C4.5 16.3025 4.50058 16.8967 4.53838 17.3593C4.57547 17.8132 4.6446 18.074 4.74524 18.2715C4.96095 18.6948 5.30516 19.0391 5.72852 19.2548C5.92604 19.3554 6.18681 19.4245 6.64068 19.4616C7.10331 19.4994 7.69755 19.5 8.55 19.5H13.45C14.3025 19.5 14.8967 19.4994 15.3593 19.4616C15.8132 19.4245 16.074 19.3554 16.2715 19.2548C16.6948 19.0391 17.0391 18.6948 17.2548 18.2715C17.3554 18.074 17.4245 17.8132 17.4616 17.3593C17.4994 16.8967 17.5 16.3025 17.5 15.45V14C17.5 13.5858 17.8358 13.25 18.25 13.25C18.6642 13.25 19 13.5858 19 14V15.4821C19 16.295 19 16.9506 18.9566 17.4815C18.912 18.0281 18.8176 18.5082 18.5913 18.9525C18.2318 19.6581 17.6581 20.2318 16.9525 20.5913C16.5082 20.8176 16.0281 20.912 15.4815 20.9566C14.9506 21 14.295 21 13.4821 21H8.51788C7.70505 21 7.04944 21 6.51853 20.9566C5.9719 20.912 5.49175 20.8176 5.04754 20.5913C4.34193 20.2318 3.76825 19.6581 3.40873 18.9525C3.18239 18.5082 3.08803 18.0281 3.04336 17.4815C2.99999 16.9506 2.99999 16.2949 3 15.4821L3 8.86054C3 8.75839 2.99999 8.68887 3.00201 8.6273C3.06666 6.65251 4.65251 5.06666 6.6273 5.00201C6.68887 4.99999 6.75839 5 6.86054 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSquareArrowTopRight;\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,EAA0D,CAAC,IAAU,CAChF,OAAO,gBAAuxD,EAAvxD,IAAqB,EAAO,UAAU,kEAAiE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2mDAA2mD,KAAK,eAAc,CAAI,GAGjxD",
  "debugId": "4A36616E26580E7F64756E2164756E21",
  "names": []
}