{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLocationSparkle/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 IconLocationSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"location-sparkle, map, route\"><path d=\"M7 3C7.41421 3 7.75 3.33579 7.75 3.75V6H11.75C12.1642 6 12.5 6.33579 12.5 6.75C12.5 7.16421 12.1642 7.5 11.75 7.5H7.75V15.25C7.75 15.6642 7.41421 16 7 16H5.25C4.2835 16 3.5 16.7835 3.5 17.75C3.5 18.7165 4.2835 19.5 5.25 19.5H17.25C18.4926 19.5 19.5 18.4926 19.5 17.25V14.25C19.5 13.8358 19.8358 13.5 20.25 13.5C20.6642 13.5 21 13.8358 21 14.25V17.25C21 19.3211 19.3211 21 17.25 21H5.25C3.45507 21 2 19.5449 2 17.75V6.25C2 4.45507 3.45507 3 5.25 3H7Z\" fill=\"currentColor\"/><path d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLocationSparkle;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAA6qC,EAA7qC,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,ocAAoc,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wmBAAwmB,KAAK,eAAc,CAAI,GAGvqC",
  "debugId": "E67E76507695662364756E2164756E21",
  "names": []
}