{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAppleNewton/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 IconAppleNewton: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"apple-newton, low-hanging-fruits, fall\"><path d=\"M12.5922 3.22761C13.0734 3.23658 13.5527 3.30892 14.0246 3.43522C14.0084 3.53776 14 3.6429 14 3.75V6.39539C13.2783 6.10391 12.4209 6.2507 11.8358 6.83579C11.0547 7.61684 11.0547 8.88316 11.8358 9.66421L14.5858 12.4142C15.3668 13.1953 16.6332 13.1953 17.4142 12.4142L20.1642 9.66421C20.2887 9.53973 20.3933 9.40293 20.4781 9.25772C21.0771 10.4747 21.4522 11.7698 21.4958 13.0253C21.5357 14.1762 21.2965 15.3129 20.6711 16.3101C20.0892 17.2381 19.2009 18.0003 17.9909 18.5384C17.444 19.7352 16.6708 20.6115 15.7332 21.1844C14.7261 21.7999 13.5794 22.0349 12.4186 21.9958C10.1178 21.9183 7.68022 20.7655 5.82016 19.1662C3.97133 17.5765 2.54307 15.4124 2.50096 13.1984C2.46088 11.091 3.67045 9.18876 6.35551 7.86312C5.92307 7.18933 5.61535 6.49227 5.45557 5.7522C5.23254 4.71922 5.30927 3.65572 5.66633 2.52425C5.79099 2.12924 6.21226 1.91007 6.60727 2.03473C7.00228 2.15938 7.22145 2.58065 7.09679 2.97566C6.80503 3.90021 6.76229 4.69692 6.92178 5.43564C7.01036 5.8459 7.16483 6.2545 7.39106 6.67054C8.72496 4.26634 10.5707 3.18994 12.5922 3.22761Z\" fill=\"currentColor\"/><path d=\"M16 3C16.4142 3 16.75 3.33579 16.75 3.75V9.18934L18.2197 7.71967C18.5126 7.42678 18.9874 7.42678 19.2803 7.71967C19.5732 8.01256 19.5732 8.48744 19.2803 8.78033L16.5303 11.5303C16.2374 11.8232 15.7626 11.8232 15.4697 11.5303L12.7197 8.78033C12.4268 8.48744 12.4268 8.01256 12.7197 7.71967C13.0126 7.42678 13.4874 7.42678 13.7803 7.71967L15.25 9.18934V3.75C15.25 3.33579 15.5858 3 16 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAppleNewton;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAuiD,EAAviD,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,EAAE,whCAAwhC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oYAAoY,KAAK,eAAc,CAAI,GAGjiD",
  "debugId": "34E27209D9D2B37264756E2164756E21",
  "names": []
}