{
  "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.75ZM5.32378 5C5.3325 5 5.34124 5 5.35 5H9.25C9.66422 5 10 5.33579 10 5.75C10 6.16421 9.66422 6.5 9.25 6.5H5.35C5.0576 6.5 4.88341 6.50058 4.75428 6.51113C4.67547 6.51757 4.64234 6.52607 4.63346 6.52882C4.58883 6.55234 4.55235 6.58882 4.52883 6.63346C4.52607 6.64234 4.51757 6.67547 4.51114 6.75428C4.50059 6.8834 4.5 7.0576 4.5 7.35V18.65C4.5 18.9424 4.50059 19.1166 4.51114 19.2457C4.51757 19.3245 4.52607 19.3577 4.52883 19.3665C4.55235 19.4112 4.58883 19.4477 4.63346 19.4712C4.64234 19.4739 4.67546 19.4824 4.75428 19.4889C4.88341 19.4994 5.0576 19.5 5.35 19.5H16.65C16.9424 19.5 17.1166 19.4994 17.2457 19.4889C17.3245 19.4824 17.3577 19.4739 17.3665 19.4712C17.4112 19.4477 17.4477 19.4112 17.4712 19.3665C17.4739 19.3577 17.4824 19.3245 17.4889 19.2457C17.4994 19.1166 17.5 18.9424 17.5 18.65V14C17.5 13.5858 17.8358 13.25 18.25 13.25C18.6642 13.25 19 13.5858 19 14L19 18.6762C19 18.9337 19 19.1702 18.9839 19.3679C18.9665 19.581 18.9266 19.8142 18.8093 20.0445C18.6415 20.3738 18.3738 20.6415 18.0445 20.8093C17.8142 20.9266 17.581 20.9665 17.3679 20.9839C17.1702 21 16.9337 21 16.6762 21H5.32377C5.06629 21 4.82981 21 4.63213 20.9839C4.419 20.9665 4.18583 20.9266 3.95552 20.8093C3.62624 20.6415 3.35852 20.3738 3.19074 20.0445C3.07339 19.8142 3.03353 19.581 3.01612 19.3679C2.99997 19.1702 2.99998 18.9337 3 18.6762V7.32378C2.99998 7.0663 2.99997 6.82981 3.01612 6.63213C3.03353 6.419 3.07339 6.18582 3.19074 5.95552C3.35852 5.62623 3.62624 5.35852 3.95552 5.19074C4.18583 5.07339 4.419 5.03353 4.63213 5.01612C4.82982 4.99996 5.0663 4.99998 5.32378 5ZM17.4703 19.3691L17.4708 19.3676L17.4703 19.3691ZM17.3691 19.4703L17.3675 19.4709L17.3691 19.4703ZM4.63088 19.4703L4.63236 19.4708L4.63088 19.4703ZM4.52918 19.3676L4.52973 19.3691L4.52918 19.3676ZM4.52973 6.63087L4.52917 6.63239L4.52973 6.63087ZM4.63239 6.52917L4.63088 6.52973L4.63239 6.52917Z\" 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,gBAAsyE,EAAtyE,IAAqB,EAAO,UAAU,kEAAiE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0nEAA0nE,KAAK,eAAc,CAAI,GAGhyE",
  "debugId": "91244602017A6CEA64756E2164756E21",
  "names": []
}