{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconReceiptionBellSparkle/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 IconReceiptionBellSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"receiption-bell-sparkle, ai-concierge, ai-assistant\"><path d=\"M14.25 4C14.6642 4 15 4.33579 15 4.75C15 5.16421 14.6642 5.5 14.25 5.5H12.752V6.78027C13.8407 6.86145 14.8429 7.11972 15.7461 7.52246L14.8779 7.85742C14.1984 8.11879 13.75 8.77192 13.75 9.5C13.75 10.2281 14.1984 10.8812 14.8779 11.1426L16.3066 11.6924L16.8574 13.1221C17.1188 13.8016 17.7719 14.25 18.5 14.25C19.2281 14.25 19.8812 13.8016 20.1426 13.1221L20.3555 12.5664C20.775 13.7039 21 14.9494 21 16.25C21 16.6642 20.6642 17 20.25 17H12.75V18.5H20.25C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20H3.75C3.33579 20 3 19.6642 3 19.25C3 18.8358 3.33579 18.5 3.75 18.5H11.25V17H3.75C3.33579 17 3 16.6642 3 16.25C3 11.3128 6.20118 7.15485 11.252 6.78027V5.5H9.75C9.33579 5.5 9 5.16421 9 4.75C9 4.33579 9.33579 4 9.75 4H14.25Z\" fill=\"currentColor\"/><path d=\"M18.5 6C18.7109 6 18.8999 6.13034 18.9756 6.32715L19.5654 7.86035C19.667 8.12433 19.8757 8.33299 20.1396 8.43457L21.6729 9.02441C21.8697 9.10011 22 9.28914 22 9.5C22 9.71086 21.8697 9.89989 21.6729 9.97559L20.1396 10.5654C19.8757 10.667 19.667 10.8757 19.5654 11.1396L18.9756 12.6729C18.8999 12.8697 18.7109 13 18.5 13C18.2891 13 18.1001 12.8697 18.0244 12.6729L17.4346 11.1396C17.333 10.8757 17.1243 10.667 16.8604 10.5654L15.3271 9.97559C15.1303 9.89989 15 9.71086 15 9.5C15 9.28914 15.1303 9.10011 15.3271 9.02441L16.8604 8.43457C17.1243 8.33299 17.333 8.12433 17.4346 7.86035L18.0244 6.32715C18.1001 6.13034 18.2891 6 18.5 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReceiptionBellSparkle;\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,EAA4D,CAAC,IAAU,CAClF,OAAO,gBAAu/C,EAAv/C,IAAqB,EAAO,UAAU,uDAAsD,gBAAC,OAAD,CAAM,EAAE,uuBAAuuB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wnBAAwnB,KAAK,eAAc,CAAI,GAGj/C",
  "debugId": "42935A5F18D4225464756E2164756E21",
  "names": []
}