{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFileArrowRightOut/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 IconFileArrowRightOut: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"file-arrow-right-out, document-arrow-right-out, outgoing\"><path d=\"M16.7197 15.4697C17.0126 15.1768 17.4874 15.1768 17.7803 15.4697L20.7803 18.4697C21.0732 18.7626 21.0732 19.2374 20.7803 19.5303L17.7803 22.5303C17.4874 22.8232 17.0126 22.8232 16.7197 22.5303C16.4268 22.2374 16.4268 21.7626 16.7197 21.4697L18.4395 19.75H12.75C12.3358 19.75 12 19.4142 12 19C12 18.5858 12.3358 18.25 12.75 18.25H18.4395L16.7197 16.5303C16.4268 16.2374 16.4268 15.7626 16.7197 15.4697Z\" fill=\"currentColor\"/><path d=\"M12 9.25C12 9.66421 12.3358 10 12.75 10H20V15.5684L18.8408 14.4092C17.9622 13.5306 16.5378 13.5306 15.6592 14.4092C15.026 15.0425 14.8513 15.9584 15.1309 16.75H12.75C11.5074 16.75 10.5001 17.7574 10.5 19V22H4.75C4.33579 22 4 21.6642 4 21.25V2.75C4 2.33579 4.33579 2 4.75 2H12V9.25Z\" fill=\"currentColor\"/><path d=\"M19.5605 8.5H13.5V2.43945L19.5605 8.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFileArrowRightOut;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAm5B,EAAn5B,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,EAAE,oZAAoZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4RAA4R,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yCAAyC,KAAK,eAAc,CAAI,GAG74B",
  "debugId": "8E391DFC40E90E8B64756E2164756E21",
  "names": []
}