{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHandBell/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 IconHandBell: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"hand-bell\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.0189 3.98115C19.3192 3.28148 18.1643 3.35468 17.5585 4.13709L13.8806 8.88782C14.1154 9.05361 14.3392 9.24143 14.5489 9.45113C14.7586 9.66084 14.9464 9.88459 15.1122 10.1194L19.8629 6.44146C20.6453 5.83572 20.7185 4.68082 20.0189 3.98115ZM15.7955 11.4874L20.7812 7.62754C22.2781 6.46865 22.4181 4.2591 21.0795 2.92049C19.7409 1.58189 17.5314 1.72193 16.3725 3.21883L12.5126 8.20453C10.7514 7.63699 8.7414 8.05146 7.34173 9.45113L6.01727 10.7756C5.69412 11.0987 5.25583 11.2803 4.79882 11.2803H4.19873C3.72813 11.2803 3.2768 11.4672 2.94403 11.8C2.25108 12.493 2.25108 13.6165 2.94403 14.3094L3.97613 15.3415C2.70117 16.6359 2.70719 18.7188 3.99418 20.0058C5.28118 21.2928 7.36407 21.2988 8.6585 20.0239L9.6906 21.056C10.3836 21.7489 11.507 21.7489 12.2 21.056C12.5328 20.7232 12.7197 20.2719 12.7197 19.8013V19.2012C12.7197 18.7442 12.9013 18.3059 13.2244 17.9827L14.5489 16.6583C15.9485 15.2586 16.363 13.2486 15.7955 11.4874ZM7.59778 18.9632L5.03685 16.4022C4.34764 17.1108 4.35364 18.244 5.05484 18.9452C5.75605 19.6464 6.88919 19.6524 7.59778 18.9632Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHandBell;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA4pC,EAA5pC,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qiCAAqiC,KAAK,eAAc,CAAI,GAGtpC",
  "debugId": "472B59439825AEB764756E2164756E21",
  "names": []
}