{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFormOctagonRotate/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 IconFormOctagonRotate: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"form-octagon-rotate\"><path d=\"M11.3294 1.71539C11.758 1.53784 12.2406 1.53797 12.6692 1.71539L18.7982 4.25347C19.2268 4.43102 19.5677 4.7722 19.7454 5.20074L22.2835 11.3296C22.4611 11.7584 22.461 12.2407 22.2835 12.6695L19.7454 18.7984C19.5678 19.2272 19.2269 19.568 18.7982 19.7457L12.6692 22.2837C12.2405 22.4613 11.7581 22.4613 11.3294 22.2837L5.20049 19.7457C4.77196 19.568 4.43078 19.227 4.25323 18.7984L1.71514 12.6695C1.53773 12.2408 1.53759 11.7583 1.71514 11.3296L4.25323 5.20074C4.43084 4.77213 4.77189 4.43108 5.20049 4.25347L11.3294 1.71539Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFormOctagonRotate;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAymB,EAAzmB,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,8gBAA8gB,KAAK,eAAc,CAAI,GAGnmB",
  "debugId": "4C37BC590DDA28DF64756E2164756E21",
  "names": []
}