{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSquareArrowBottomRight/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 IconSquareArrowBottomRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"square-arrow-bottom-right, resize small, box, arrow\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.5179 3L15.4821 3C16.2949 2.99999 16.9506 2.99999 17.4815 3.04336C18.0281 3.08803 18.5082 3.18239 18.9525 3.40873C19.6581 3.76825 20.2317 4.34193 20.5913 5.04754C20.8176 5.49176 20.912 5.9719 20.9566 6.51853C21 7.04944 21 7.70505 21 8.51788V9.25C21 9.66421 20.6642 10 20.25 10C19.8358 10 19.5 9.66421 19.5 9.25V8.55C19.5 7.69755 19.4994 7.10331 19.4616 6.64068C19.4245 6.18681 19.3554 5.92604 19.2548 5.72852C19.039 5.30516 18.6948 4.96095 18.2715 4.74524C18.074 4.6446 17.8132 4.57547 17.3593 4.53838C16.8967 4.50058 16.3025 4.5 15.45 4.5L8.55 4.5C7.69755 4.5 7.10331 4.50058 6.64068 4.53838C6.1868 4.57547 5.92604 4.6446 5.72852 4.74524C5.30516 4.96095 4.96095 5.30516 4.74524 5.72852C4.6446 5.92604 4.57547 6.1868 4.53838 6.64068C4.50058 7.10331 4.5 7.69755 4.5 8.55L4.5 15.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.1868 19.4245 6.64068 19.4616C7.10331 19.4994 7.69755 19.5 8.55 19.5H9.25C9.66421 19.5 10 19.8358 10 20.25C10 20.6642 9.66421 21 9.25 21H8.51788C7.70505 21 7.04944 21 6.51853 20.9566C5.97189 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.51789C2.99999 7.70506 2.99999 7.04944 3.04336 6.51853C3.08803 5.9719 3.18239 5.49175 3.40873 5.04754C3.76825 4.34193 4.34193 3.76825 5.04754 3.40873C5.49175 3.18239 5.9719 3.08803 6.51853 3.04336C7.04944 2.99999 7.70506 2.99999 8.5179 3ZM10.4697 10.4697C10.7626 10.1768 11.2374 10.1768 11.5303 10.4697L19.5 18.4393V13.75C19.5 13.3358 19.8358 13 20.25 13C20.6642 13 21 13.3358 21 13.75V20.25C21 20.6642 20.6642 21 20.25 21H13.75C13.3358 21 13 20.6642 13 20.25C13 19.8358 13.3358 19.5 13.75 19.5H18.4393L10.4697 11.5303C10.1768 11.2374 10.1768 10.7626 10.4697 10.4697Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSquareArrowBottomRight;\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,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAAu/D,EAAv/D,IAAqB,EAAO,UAAU,uDAAsD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s1DAAs1D,KAAK,eAAc,CAAI,GAGj/D",
  "debugId": "882FE7F20084193F64756E2164756E21",
  "names": []
}