{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconH2/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 IconH2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"h2, heading, headline\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.75 4C3.16421 4 3.5 4.33579 3.5 4.75V11.25H12.5V4.75C12.5 4.33579 12.8358 4 13.25 4C13.6642 4 14 4.33579 14 4.75V19.25C14 19.6642 13.6642 20 13.25 20C12.8358 20 12.5 19.6642 12.5 19.25V12.75H3.5V19.25C3.5 19.6642 3.16421 20 2.75 20C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.6978 12.1926C18.6537 12.2734 18.6133 12.383 18.5805 12.5147C18.4804 12.9166 18.0734 13.1613 17.6715 13.0612C17.2695 12.9611 17.0249 12.5541 17.1249 12.1522C17.1793 11.934 17.2634 11.6811 17.3985 11.4428C17.4027 11.4354 17.407 11.428 17.4115 11.4208C17.9384 10.5605 18.9092 10 20 10C21.8148 10 23 11.4536 23 13C23 13.6629 22.7561 14.482 22.2445 15.0374L19.3533 18.5H22.25C22.6642 18.5 23 18.8358 23 19.25C23 19.6642 22.6642 20 22.25 20H17.75C17.4589 20 17.194 19.8315 17.0707 19.5678C16.9473 19.3041 16.9877 18.9928 17.1743 18.7693L21.106 14.0606C21.1155 14.0493 21.1254 14.0381 21.1355 14.0273C21.3448 13.805 21.5 13.3708 21.5 13C21.5 12.1992 20.9059 11.5 20 11.5C19.4306 11.5 18.9509 11.7887 18.6978 12.1926Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconH2;\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,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAA4rC,EAA5rC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0SAA0S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4sBAA4sB,KAAK,eAAc,CAAI,GAGtrC",
  "debugId": "64232A2E0F45B7B764756E2164756E21",
  "names": []
}