{
  "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.0188 3.98115C19.3192 3.28148 18.1643 3.35468 17.5585 4.13709L13.8805 8.88782C14.1154 9.05361 14.3391 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.0188 3.98115ZM15.7955 11.4874L20.7812 7.62754C22.2781 6.46865 22.4181 4.2591 21.0795 2.92049C19.7409 1.58189 17.5313 1.72193 16.3724 3.21883L12.5125 8.20453C10.7514 7.63699 8.74138 8.05146 7.34171 9.45113L5.58578 11.2071C5.53889 11.2539 5.4753 11.2803 5.409 11.2803H4.1886C3.72447 11.2803 3.27935 11.4647 2.95116 11.7929L2.92675 11.8173C2.24333 12.5007 2.24333 13.6087 2.92675 14.2921L3.97611 15.3415C2.70115 16.6359 2.70717 18.7188 3.99416 20.0058C5.28116 21.2928 7.36405 21.2988 8.65848 20.0239L9.70784 21.0732C10.3913 21.7567 11.4993 21.7567 12.1827 21.0732L12.2071 21.0488C12.5353 20.7206 12.7197 20.2755 12.7197 19.8114V18.591C12.7197 18.5247 12.746 18.4611 12.7929 18.4142L14.5489 16.6583C15.9485 15.2586 16.363 13.2486 15.7955 11.4874ZM7.59777 18.9632L5.03683 16.4022C4.34762 17.1108 4.35362 18.244 5.05482 18.9452C5.75603 19.6464 6.88917 19.6524 7.59777 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,gBAAosC,EAApsC,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6kCAA6kC,KAAK,eAAc,CAAI,GAG9rC",
  "debugId": "17680046DBE2BAC264756E2164756E21",
  "names": []
}