{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBronceMedal/index.tsx"],
  "sourcesContent": [
    "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n  children,\n  size = 24,\n  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\n  return (\n    <Svg\n      {...props}\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    >\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 color=\"#fff\">{children}</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\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBronceMedal: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconBronceMedal\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.5C16.5563 1.5 20.25 5.19365 20.25 9.75C20.25 14.3063 16.5563 18 12 18C7.44365 18 3.75 14.3063 3.75 9.75C3.75 5.19365 7.44365 1.5 12 1.5ZM11.9805 5.75879C11.4313 5.75884 10.9417 5.85738 10.5117 6.05371C10.0843 6.25001 9.7466 6.5223 9.49805 6.87012C9.24947 7.21564 9.12216 7.61639 9.11719 8.07129H10.8809C10.8858 7.89728 10.9372 7.74405 11.0342 7.6123C11.1311 7.48067 11.2618 7.37868 11.4258 7.30664C11.5921 7.23472 11.777 7.19829 11.9805 7.19824C12.1744 7.19824 12.3455 7.23455 12.4922 7.30664C12.6412 7.37872 12.7569 7.48067 12.8389 7.6123C12.9233 7.74152 12.9644 7.89204 12.9619 8.06348C12.9644 8.23982 12.9171 8.39656 12.8203 8.5332C12.7234 8.66744 12.5871 8.77211 12.4131 8.84668C12.2416 8.92116 12.0425 8.95801 11.8164 8.95801H11.0752V10.2705H11.8164C12.0749 10.2705 12.2994 10.3097 12.4883 10.3867C12.6795 10.4638 12.8273 10.5718 12.9316 10.7109C13.036 10.8501 13.0874 11.0095 13.085 11.1885C13.0874 11.3673 13.0406 11.5259 12.9463 11.665C12.8519 11.8017 12.7207 11.9107 12.5518 11.9902C12.3853 12.0673 12.1923 12.1054 11.9736 12.1055C11.7549 12.1055 11.5592 12.0692 11.3877 11.9971C11.2164 11.925 11.0808 11.8259 10.9814 11.6992C10.882 11.57 10.8287 11.4214 10.8213 11.2549H8.96484C8.96981 11.7147 9.10091 12.1217 9.35938 12.4746C9.6179 12.8276 9.9715 13.1043 10.4189 13.3057C10.8688 13.5045 11.3843 13.6045 11.9658 13.6045C12.5624 13.6045 13.0909 13.5074 13.5508 13.3135C14.0131 13.1171 14.3733 12.8483 14.6318 12.5078C14.8927 12.1649 15.0234 11.7724 15.0234 11.3301C15.0259 10.8603 14.8755 10.4685 14.5723 10.1553C14.2715 9.84211 13.825 9.65065 13.2334 9.58105V9.52148C13.6758 9.45687 14.0375 9.28515 14.3184 9.00684C14.6017 8.72845 14.7427 8.37434 14.7402 7.94434C14.7402 7.52921 14.6247 7.15723 14.3936 6.8291C14.1624 6.49853 13.8389 6.23729 13.4238 6.0459C13.0088 5.85456 12.5272 5.75879 11.9805 5.75879Z\" fill=\"currentColor\"/><Path d=\"M16.5 23.2812L12 22.0303L7.5 23.2812V18.1182C8.83945 18.84 10.3718 19.25 12 19.25C13.6282 19.25 15.1605 18.84 16.5 18.1182V23.2812Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBronceMedal;\n"
  ],
  "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAA6lE,EAA7lE,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gyDAAgyD,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sIAAsI,KAAK,eAAc,CAAI,EACrmE,EAEc",
  "debugId": "52E6E5E1B431C0F464756E2164756E21",
  "names": []
}