{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconInitiatives/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 IconInitiatives: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"initiatives, nav, rooting\"><path d=\"M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 12.9826 20.3336 13.9248 20.028 14.8008C19.8915 15.1919 20.098 15.6196 20.4891 15.756C20.8802 15.8925 21.3078 15.686 21.4443 15.2949C21.8045 14.2622 22 13.1531 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.1531 2.19549 14.2622 2.55574 15.2949C2.69218 15.686 3.11983 15.8925 3.51093 15.756C3.90202 15.6196 4.10847 15.1919 3.97204 14.8008C3.66643 13.9248 3.5 12.9826 3.5 12Z\" fill=\"currentColor\"/><path d=\"M13.5388 10.7661C12.8768 9.5441 11.1232 9.54411 10.4612 10.7661L6.44503 18.1807C5.61567 19.7118 7.28812 21.3829 8.81856 20.5523L11.8808 18.8903C11.9551 18.8499 12.0449 18.8499 12.1193 18.8903L15.1815 20.5523C16.7119 21.3829 18.3844 19.7118 17.555 18.1807L13.5388 10.7661Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconInitiatives;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAm2B,EAAn2B,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,mdAAmd,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,CAAI,GAG71B",
  "debugId": "96EEFCE54F9B454A64756E2164756E21",
  "names": []
}