{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowUpDownLeftRight/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 IconArrowUpDownLeftRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrow-up-down-left-right, move\"><path d=\"M11.25 4.06021L9.5301 5.7801C9.23721 6.073 8.76234 6.073 8.46944 5.7801C8.17655 5.48721 8.17655 5.01234 8.46944 4.71944L10.4088 2.7801C11.2875 1.90142 12.7121 1.90142 13.5908 2.7801L15.5301 4.71944C15.823 5.01234 15.823 5.48721 15.5301 5.7801C15.2372 6.073 14.7623 6.073 14.4694 5.7801L12.75 4.06066V11.25H19.9393L18.2194 9.5301C17.9266 9.23721 17.9266 8.76234 18.2194 8.46944C18.5123 8.17655 18.9872 8.17655 19.2801 8.46944L21.2194 10.4088C22.0981 11.2875 22.0981 12.7121 21.2194 13.5908L19.2801 15.5301C18.9872 15.823 18.5123 15.823 18.2194 15.5301C17.9266 15.2372 17.9266 14.7623 18.2194 14.4694L19.9389 12.75H12.75V19.9389L14.4694 18.2194C14.7623 17.9266 15.2372 17.9266 15.5301 18.2194C15.823 18.5123 15.823 18.9872 15.5301 19.2801L13.5908 21.2194C12.7121 22.0981 11.2875 22.0981 10.4088 21.2194L8.46944 19.2801C8.17655 18.9872 8.17655 18.5123 8.46944 18.2194C8.76234 17.9266 9.23721 17.9266 9.5301 18.2194L11.25 19.9393V12.75H4.06066L5.7801 14.4694C6.073 14.7623 6.073 15.2372 5.7801 15.5301C5.48721 15.823 5.01234 15.823 4.71944 15.5301L2.7801 13.5908C1.90142 12.7121 1.90142 11.2875 2.7801 10.4088L4.71944 8.46944C5.01234 8.17655 5.48721 8.17655 5.7801 8.46944C6.073 8.76234 6.073 9.23721 5.7801 9.5301L4.06021 11.25H11.25V4.06021Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowUpDownLeftRight;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAg0C,EAAh0C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,0tCAA0tC,KAAK,eAAc,CAAI,GAG1zC",
  "debugId": "CFC918B56A38F79C64756E2164756E21",
  "names": []
}