{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFocusFlash/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 IconFocusFlash: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"focus-flash\"><path d=\"M3.75 3C3.33579 3 3 3.33579 3 3.75V8C3 8.41421 3.33579 8.75 3.75 8.75C4.16421 8.75 4.5 8.41421 4.5 8V4.5H8C8.41421 4.5 8.75 4.16421 8.75 3.75C8.75 3.33579 8.41421 3 8 3H3.75Z\" fill=\"currentColor\"/><path d=\"M16 3C15.5858 3 15.25 3.33579 15.25 3.75C15.25 4.16421 15.5858 4.5 16 4.5H19.5V8C19.5 8.41421 19.8358 8.75 20.25 8.75C20.6642 8.75 21 8.41421 21 8V3.75C21 3.33579 20.6642 3 20.25 3H16Z\" fill=\"currentColor\"/><path d=\"M4.5 16C4.5 15.5858 4.16421 15.25 3.75 15.25C3.33579 15.25 3 15.5858 3 16V20.25C3 20.6642 3.33579 21 3.75 21H8C8.41421 21 8.75 20.6642 8.75 20.25C8.75 19.8358 8.41421 19.5 8 19.5H4.5V16Z\" fill=\"currentColor\"/><path d=\"M21 16C21 15.5858 20.6642 15.25 20.25 15.25C19.8358 15.25 19.5 15.5858 19.5 16V19.5H16C15.5858 19.5 15.25 19.8358 15.25 20.25C15.25 20.6642 15.5858 21 16 21H20.25C20.6642 21 21 20.6642 21 20.25V16Z\" fill=\"currentColor\"/><path d=\"M12.6 8.45004C12.8485 8.11867 12.7814 7.64857 12.45 7.40004C12.1186 7.15152 11.6485 7.21867 11.4 7.55004L8.4 11.55C8.22956 11.7773 8.20214 12.0814 8.32918 12.3355C8.45623 12.5895 8.71593 12.75 9 12.75H13.5L11.4 15.55C11.1515 15.8814 11.2186 16.3515 11.55 16.6C11.8814 16.8486 12.3515 16.7814 12.6 16.45L15.6 12.45C15.7705 12.2228 15.7979 11.9187 15.6708 11.6646C15.5438 11.4105 15.2841 11.25 15 11.25H10.5L12.6 8.45004Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFocusFlash;\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,gBAA81C,EAA91C,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,iLAAiL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6LAA6L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wMAAwM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,saAAsa,KAAK,eAAc,CAAI,GAGx1C",
  "debugId": "177D6C42103FB55164756E2164756E21",
  "names": []
}