{
  "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.8548 1.51468C11.9989 1.48618 12.1498 1.49972 12.2875 1.55668L19.182 4.41312L19.3119 4.48246C19.4339 4.56417 19.5302 4.68072 19.5873 4.8184L22.4437 11.7129C22.5198 11.8967 22.5198 12.1034 22.4437 12.2871L19.5873 19.1817C19.5111 19.365 19.3654 19.5109 19.182 19.587L12.2875 22.4434C12.1038 22.5193 11.8968 22.5194 11.7132 22.4434L4.81872 19.587C4.6354 19.5108 4.48951 19.365 4.41344 19.1817L1.557 12.2871C1.48096 12.1035 1.48104 11.8966 1.557 11.7129L4.41344 4.8184L4.48278 4.68851C4.56441 4.56657 4.68122 4.47026 4.81872 4.41312L11.7132 1.55668L11.8548 1.51468Z\" 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,gBAAkpB,EAAlpB,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,ujBAAujB,KAAK,eAAc,CAAI,GAG5oB",
  "debugId": "E0730D5DFED8EF2164756E2164756E21",
  "names": []
}