{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMarker2/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 IconMarker2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"marker-2, highlight\"><path d=\"M13.5461 8.40364C13.7326 8.26164 13.9771 8.2142 14.2063 8.27962L17.7063 9.27962L17.7961 9.31087C17.8834 9.34833 17.9629 9.40247 18.0305 9.47005L20.5305 11.97C20.8234 12.2629 20.8234 12.7377 20.5305 13.0306L12.0305 21.5306C11.7376 21.8232 11.2627 21.8234 10.9699 21.5306L8.46994 19.0306C8.37989 18.9405 8.31455 18.8288 8.27951 18.7064L7.27951 15.2064C7.20471 14.9446 7.27754 14.6626 7.46994 14.47L13.4699 8.47005L13.5461 8.40364Z\" fill=\"currentColor\"/><path d=\"M5.73752 1.79817C6.00071 1.69972 6.29717 1.75661 6.50509 1.94563L12.0051 6.94563C12.1566 7.08358 12.2453 7.27785 12.2502 7.48274C12.2549 7.68759 12.1754 7.88569 12.0305 8.03059L7.03048 13.0306C6.73758 13.3232 6.26274 13.3234 5.96994 13.0306L4.46994 11.5306C4.30771 11.3684 4.22838 11.1403 4.25509 10.9124L5.25509 2.41243L5.27462 2.30989C5.33586 2.0764 5.50749 1.88435 5.73752 1.79817Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMarker2;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA06B,EAA16B,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,EAAE,+aAA+a,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mYAAmY,KAAK,eAAc,CAAI,GAGp6B",
  "debugId": "7393B5E9A40ADAE864756E2164756E21",
  "names": []
}