{
  "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=\"M12.6609 9.64539C12.5302 9.40192 12.2763 9.25 12 9.25C11.7237 9.25 11.4698 9.40192 11.3391 9.64539L5.83913 19.8954C5.68924 20.1747 5.73117 20.5181 5.94387 20.7532C6.15656 20.9883 6.49408 21.0642 6.78697 20.9429L12 18.784L17.213 20.9429C17.5059 21.0642 17.8434 20.9883 18.0561 20.7532C18.2688 20.5181 18.3108 20.1747 18.1609 19.8954L12.6609 9.64539Z\" 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,gBAAg7B,EAAh7B,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,mdAAmd,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+VAA+V,KAAK,eAAc,CAAI,GAG16B",
  "debugId": "A1D71AF44EE2088664756E2164756E21",
  "names": []
}