{
  "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.24605C11.6663 0.933607 12.3337 0.933607 12.875 1.24605L17 3.62789C17.3586 3.83496 17.4814 4.29362 17.2744 4.6523C17.0673 5.01099 16.6087 5.1338 16.25 4.92672L12.75 2.90621V11.5781L20.5 16.2949V12.288C20.5002 11.874 20.8359 11.538 21.25 11.538C21.6641 11.538 21.9998 11.874 22 12.288V17.0517C21.9999 17.6768 21.6664 18.2548 21.125 18.5673L17 20.9482C16.6413 21.1553 16.1827 21.0325 15.9756 20.6738C15.7686 20.3151 15.8914 19.8564 16.25 19.6494L19.7783 17.6113L11.999 12.8769L4.21973 17.6113L7.75 19.6494C8.10864 19.8564 8.23137 20.3151 8.02441 20.6738C7.8173 21.0325 7.35871 21.1553 7 20.9482L2.875 18.5673C2.33362 18.2548 2.00009 17.6768 2 17.0517V12.288C2.00017 11.874 2.33589 11.538 2.75 11.538C3.16411 11.538 3.49983 11.874 3.5 12.288V16.2939L11.25 11.5781V2.90621L7.75 4.92672C7.39129 5.1338 6.9327 5.01099 6.72559 4.6523C6.51864 4.29362 6.64136 3.83496 7 3.62789L11.125 1.24605Z\" 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,gBAA09B,EAA19B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,g4BAAg4B,KAAK,eAAc,CAAI,GAGp9B",
  "debugId": "DE235A78B771F9CF64756E2164756E21",
  "names": []
}