{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRecKeyframe/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 IconRecKeyframe: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rec-keyframe, rhombus\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.3479 3.09102C10.8124 1.62656 13.1867 1.62656 14.6512 3.09102L20.9086 9.34835C22.373 10.8128 22.373 13.1872 20.9086 14.6517L14.6512 20.909C13.1867 22.3735 10.8124 22.3735 9.34789 20.909L3.09053 14.6517C1.62607 13.1872 1.62607 10.8128 3.09054 9.34835L9.3479 3.09102ZM8.49951 12C8.49951 10.067 10.0665 8.5 11.9995 8.5C13.9325 8.5 15.4995 10.067 15.4995 12C15.4995 13.933 13.9325 15.5 11.9995 15.5C10.0665 15.5 8.49951 13.933 8.49951 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRecKeyframe;\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,gBAA0jB,EAA1jB,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ubAAub,KAAK,eAAc,CAAI,GAGpjB",
  "debugId": "3714F74E6B36877064756E2164756E21",
  "names": []
}