{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconReframe/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 IconReframe: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"reframe, 3D, scale\"><path d=\"M11.125 1.24618C11.6663 0.933729 12.3337 0.933729 12.875 1.24618L17 3.62801C17.3586 3.83508 17.4814 4.29374 17.2744 4.65243C17.0673 5.01112 16.6087 5.13393 16.25 4.92684L12.75 2.90633V11.5782L20.5 16.295V12.2882C20.5002 11.8741 20.8359 11.5382 21.25 11.5382C21.6641 11.5382 21.9998 11.8741 22 12.2882V17.0518C21.9999 17.677 21.6664 18.2549 21.125 18.5675L17 20.9483C16.6413 21.1554 16.1827 21.0326 15.9756 20.6739C15.7686 20.3152 15.8914 19.8566 16.25 19.6495L19.7783 17.6114L11.999 12.877L4.21973 17.6114L7.75 19.6495C8.10864 19.8566 8.23137 20.3152 8.02441 20.6739C7.8173 21.0326 7.35871 21.1554 7 20.9483L2.875 18.5675C2.33362 18.2549 2.00009 17.677 2 17.0518V12.2882C2.00017 11.8741 2.33589 11.5382 2.75 11.5382C3.16411 11.5382 3.49983 11.8741 3.5 12.2882V16.294L11.25 11.5782V2.90633L7.75 4.92684C7.39129 5.13393 6.9327 5.01112 6.72559 4.65243C6.51864 4.29374 6.64136 3.83508 7 3.62801L11.125 1.24618Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReframe;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAu+B,EAAv+B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,64BAA64B,KAAK,eAAc,CAAI,GAGj+B",
  "debugId": "151F12B16DFCA1EB64756E2164756E21",
  "names": []
}