{
  "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=\"M10.5637 2.03172C11.4824 1.65116 12.516 1.65126 13.4348 2.03172L18.0324 3.93699C18.9512 4.31754 19.6811 5.04763 20.0617 5.96629L21.967 10.5639C22.3476 11.4827 22.3476 12.5162 21.967 13.435L20.0617 18.0327C19.6811 18.9515 18.9513 19.6814 18.0324 20.062L13.4348 21.9673C12.516 22.3478 11.4825 22.3478 10.5637 21.9673L5.96604 20.062C5.04739 19.6813 4.3173 18.9514 3.93675 18.0327L2.03147 13.435C1.65102 12.5163 1.65092 11.4827 2.03147 10.5639L3.93675 5.96629C4.31734 5.04758 5.04734 4.31759 5.96604 3.93699L10.5637 2.03172Z\" 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,gBAAsmB,EAAtmB,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,2gBAA2gB,KAAK,eAAc,CAAI,GAGhmB",
  "debugId": "E0EC38F859CA807664756E2164756E21",
  "names": []
}