{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPushTheButton/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 IconPushTheButton: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"push-the-button, hot, alarm\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.5 8.57788V14.0361C5.51572 14.0622 5.57134 14.1366 5.74277 14.2514C6.02104 14.4376 6.47211 14.6345 7.09424 14.8115C8.32822 15.1625 10.0686 15.3894 12 15.3894C13.9314 15.3894 15.6718 15.1625 16.9058 14.8115C17.5279 14.6345 17.979 14.4376 18.2572 14.2514C18.4287 14.1366 18.4843 14.0622 18.5 14.0361V8.57788C18.1474 8.74182 17.7465 8.88403 17.3162 9.00644C15.9159 9.40485 14.0313 9.64159 12 9.64159C9.96873 9.64159 8.08413 9.40485 6.68378 9.00644C6.25351 8.88403 5.8526 8.74182 5.5 8.57788ZM20 6.82079V13.6241C20.7526 13.8723 21.3971 14.1671 21.8906 14.5112C22.4834 14.9246 23 15.5151 23 16.2917C23 17.0772 22.4538 17.6625 21.8672 18.0627C21.256 18.4798 20.4206 18.8257 19.4558 19.1041C17.5161 19.6639 14.8803 20 12 20C9.11968 20 6.48388 19.6639 4.54418 19.1041C3.57938 18.8257 2.74403 18.4798 2.13277 18.0627C1.5462 17.6625 1 17.0772 1 16.2917C1 15.5151 1.51656 14.9246 2.10938 14.5112C2.60291 14.1671 3.24741 13.8723 4 13.6241V6.82079C4 6.15023 4.47471 5.68178 4.90837 5.3915C5.3703 5.08228 5.98873 4.83289 6.68378 4.63515C8.08413 4.23674 9.96873 4 12 4C14.0313 4 15.9159 4.23674 17.3162 4.63515C18.0113 4.83289 18.6297 5.08228 19.0916 5.3915C19.5253 5.68178 20 6.15023 20 6.82079ZM18.4763 6.82079C18.4447 6.78303 18.3813 6.72108 18.2572 6.638C17.979 6.45173 17.5279 6.25489 16.9058 6.07789C15.6718 5.72682 13.9314 5.5 12 5.5C10.0686 5.5 8.32822 5.72682 7.09424 6.07789C6.47211 6.25489 6.02104 6.45173 5.74277 6.638C5.61866 6.72108 5.55525 6.78303 5.52374 6.82079C5.55525 6.85856 5.61866 6.92051 5.74277 7.00359C6.02104 7.18986 6.47211 7.3867 7.09424 7.56369C8.32822 7.91477 10.0686 8.14159 12 8.14159C13.9314 8.14159 15.6718 7.91477 16.9058 7.56369C17.5279 7.3867 17.979 7.18986 18.2572 7.00359C18.3813 6.92051 18.4447 6.85856 18.4763 6.82079Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPushTheButton;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA81D,EAA91D,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qtDAAqtD,KAAK,eAAc,CAAI,GAGx1D",
  "debugId": "61E47A6AFCE523D564756E2164756E21",
  "names": []
}