{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRescueRing/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconRescueRing: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rescue-ring, swim-boyle, help, support\" maskId=\"round-filled-radius-1-stroke-1.5-IconRescueRing\"><path d=\"M4.41837 5.479C2.91113 7.22982 2 9.50846 2 11.9999C2 14.4914 2.91116 16.7701 4.41844 18.5209L8.33198 14.6074C7.80811 13.8717 7.5 12.9718 7.5 11.9999C7.5 11.0281 7.80808 10.1282 8.33191 9.39255L4.41837 5.479Z\" fill=\"currentColor\"/><path d=\"M5.48047 4.41842L9.39401 8.33196C10.1296 7.8081 11.0296 7.5 12.0014 7.5C12.9733 7.5 13.8733 7.80811 14.6089 8.33198L18.5224 4.41844C16.7716 2.91116 14.4929 2 12.0014 2C9.50996 2 7.23129 2.91115 5.48047 4.41842Z\" fill=\"currentColor\"/><path d=\"M19.5816 5.479L15.668 9.39255C16.1919 10.1282 16.4999 11.028 16.4999 11.9999C16.4999 12.9718 16.1918 13.8717 15.668 14.6073L19.5815 18.5209C21.0888 16.7701 21.9999 14.4914 21.9999 11.9999C21.9999 9.50845 21.0888 7.22982 19.5816 5.479Z\" fill=\"currentColor\"/><path d=\"M18.5223 19.5815L14.6087 15.668C13.8731 16.1918 12.9732 16.4999 12.0014 16.4999C11.0295 16.4999 10.1296 16.1918 9.39402 15.668L5.48047 19.5815C7.23128 21.0888 9.50992 21.9999 12.0014 21.9999C14.4928 21.9999 16.7715 21.0888 18.5223 19.5815Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconRescueRing;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAAooC,EAApoC,IAAqB,EAAO,UAAU,yCAAyC,OAAO,mDAAkD,gBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qNAAqN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6OAA6O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,CAAI,EAC5oC,EAEc",
  "debugId": "67CAD0CD8EFBBDB964756E2164756E21",
  "names": []
}