{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFocusRenew/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 IconFocusRenew: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"focus-renew\"><path d=\"M3.75 2.95312C3.3099 2.95312 2.95312 3.3099 2.95312 3.75V8C2.95312 8.4401 3.3099 8.79688 3.75 8.79688C4.1901 8.79688 4.54688 8.4401 4.54688 8V4.54688H8C8.4401 4.54688 8.79688 4.1901 8.79688 3.75C8.79688 3.3099 8.4401 2.95312 8 2.95312H3.75Z\" fill=\"currentColor\"/><path d=\"M16 2.95312C15.5599 2.95312 15.2031 3.3099 15.2031 3.75C15.2031 4.1901 15.5599 4.54688 16 4.54688H19.4531V8C19.4531 8.4401 19.8099 8.79688 20.25 8.79688C20.6901 8.79688 21.0469 8.4401 21.0469 8V3.75C21.0469 3.3099 20.6901 2.95312 20.25 2.95312H16Z\" fill=\"currentColor\"/><path d=\"M10.3897 9.38974C10.9318 9.05381 11.5727 8.85938 12.25 8.85938C13.8579 8.85938 15.211 9.9591 15.5944 11.4486C15.7041 11.8748 16.1385 12.1314 16.5647 12.0217C16.9909 11.912 17.2475 11.4776 17.1378 11.0514C16.5776 8.87479 14.6027 7.26562 12.25 7.26562C11.1347 7.26562 10.0889 7.62811 9.24193 8.24194L8.37565 7.37566C8.04098 7.04099 7.46875 7.27802 7.46875 7.75131V10.1875C7.46875 10.7743 7.94445 11.25 8.53125 11.25H10.9674C11.4407 11.25 11.6778 10.6778 11.3431 10.3431L10.3897 9.38974Z\" fill=\"currentColor\"/><path d=\"M8.90561 13.1764C8.79591 12.7502 8.36147 12.4936 7.93525 12.6033C7.50904 12.713 7.25246 13.1474 7.36216 13.5736C7.92237 15.7502 9.89725 17.3594 12.25 17.3594C13.3655 17.3594 14.4114 16.9967 15.2581 16.3831L16.1243 17.2494C16.459 17.584 17.0312 17.347 17.0312 16.8737V14.4375C17.0312 13.8507 16.5556 13.375 15.9688 13.375H13.5326C13.0593 13.375 12.8222 13.9472 13.1569 14.2819L14.1102 15.2353C13.5679 15.5713 12.9271 15.7656 12.25 15.7656C10.6421 15.7656 9.28898 14.6659 8.90561 13.1764Z\" fill=\"currentColor\"/><path d=\"M4.54688 16C4.54688 15.5599 4.1901 15.2031 3.75 15.2031C3.3099 15.2031 2.95312 15.5599 2.95312 16V20.25C2.95312 20.6901 3.3099 21.0469 3.75 21.0469H8C8.4401 21.0469 8.79688 20.6901 8.79688 20.25C8.79688 19.8099 8.4401 19.4531 8 19.4531H4.54688V16Z\" fill=\"currentColor\"/><path d=\"M21.0469 16C21.0469 15.5599 20.6901 15.2031 20.25 15.2031C19.8099 15.2031 19.4531 15.5599 19.4531 16V19.4531H16C15.5599 19.4531 15.2031 19.8099 15.2031 20.25C15.2031 20.6901 15.5599 21.0469 16 21.0469H20.25C20.6901 21.0469 21.0469 20.6901 21.0469 20.25V16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFocusRenew;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA8pE,EAA9pE,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,mPAAmP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0PAA0P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ueAAue,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yeAAye,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0PAA0P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mQAAmQ,KAAK,eAAc,CAAI,GAGxpE",
  "debugId": "E2EEE35CBDE741B264756E2164756E21",
  "names": []
}