{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconH3/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 IconH3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"h3, 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=\"M19.9728 11.5C19.3836 11.5 18.8915 11.798 18.6375 12.2077C18.4193 12.5597 17.957 12.6682 17.6049 12.4499C17.2529 12.2317 17.1444 11.7694 17.3627 11.4173C17.8962 10.5567 18.8761 10 19.9728 10C21.595 10 23.0001 11.2391 23.0001 12.875C23.0001 13.733 22.6136 14.4818 22.0119 15C22.6136 15.5182 23.0001 16.267 23.0001 17.125C23.0001 18.7609 21.595 20 19.9728 20C18.8761 20 17.8962 19.4433 17.3627 18.5827C17.1444 18.2306 17.2529 17.7683 17.6049 17.5501C17.957 17.3318 18.4193 17.4403 18.6375 17.7923C18.8915 18.202 19.3836 18.5 19.9728 18.5C20.866 18.5 21.5001 17.8363 21.5001 17.125C21.5001 16.4137 20.866 15.75 19.9728 15.75C19.5586 15.75 19.2228 15.4142 19.2228 15C19.2228 14.5858 19.5586 14.25 19.9728 14.25C20.866 14.25 21.5001 13.5863 21.5001 12.875C21.5001 12.1637 20.866 11.5 19.9728 11.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconH3;\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,gBAA2wC,EAA3wC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0SAA0S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2xBAA2xB,KAAK,eAAc,CAAI,GAGrwC",
  "debugId": "85C02D98DFEFBD2864756E2164756E21",
  "names": []
}