{
  "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.625 0.958147C11.8571 0.824172 12.1429 0.824172 12.375 0.958147L17 3.62807C17.3586 3.83515 17.4814 4.29381 17.2744 4.65248C17.0673 5.01113 16.6087 5.13395 16.25 4.9269L12.75 2.90541V11.5783L20.5 16.2951V12.2882C20.5002 11.8742 20.8359 11.5382 21.25 11.5382C21.6641 11.5382 21.9998 11.8742 22 12.2882V17.629C22 17.8969 21.857 18.1445 21.625 18.2785L17 20.9484C16.6413 21.1554 16.1827 21.0326 15.9756 20.674C15.7686 20.3153 15.8914 19.8566 16.25 19.6496L19.7783 17.6115L11.999 12.8771L4.21973 17.6105L7.75 19.6496C8.10862 19.8566 8.23136 20.3153 8.02441 20.674C7.81729 21.0326 7.35869 21.1554 7 20.9484L2.375 18.2785C2.14301 18.1445 2.00004 17.8969 2 17.629V12.2882C2.00017 11.8742 2.33589 11.5382 2.75 11.5382C3.16411 11.5382 3.49983 11.8742 3.5 12.2882V16.2941L11.25 11.5783V2.90541L7.75 4.9269C7.39131 5.13395 6.93271 5.01113 6.72559 4.65248C6.51865 4.29381 6.64138 3.83515 7 3.62807L11.625 0.958147Z\" 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,gBAAq+B,EAAr+B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,24BAA24B,KAAK,eAAc,CAAI,GAG/9B",
  "debugId": "043216CE0CEFC0CB64756E2164756E21",
  "names": []
}