{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFormFlower/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 IconFormFlower: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconFormFlower\"><Path d=\"M12 1.5C13.0512 1.5 13.7564 2.33186 14.1826 3.07324C14.4741 3.58039 14.7276 4.19888 14.9424 4.89551C15.587 4.55471 16.2036 4.296 16.7686 4.14355C17.5427 3.9347 18.5464 3.84368 19.2812 4.44531L19.4248 4.5752L19.5547 4.71875C20.1564 5.45383 20.0646 6.45767 19.8555 7.23145C19.7028 7.79619 19.4434 8.41221 19.1025 9.05664C19.8 9.27159 20.4192 9.52547 20.9268 9.81738C21.6683 10.2438 22.5 10.9489 22.5 12C22.5 13.0513 21.6682 13.7565 20.9268 14.1826C20.4192 14.4743 19.7998 14.7276 19.1025 14.9424C19.4436 15.5871 19.7028 16.2035 19.8555 16.7686C20.0785 17.5942 20.1683 18.6813 19.4248 19.4248C18.6813 20.1683 17.5942 20.0785 16.7686 19.8555C16.2035 19.7028 15.5871 19.4436 14.9424 19.1025C14.7276 19.7998 14.4743 20.4192 14.1826 20.9268C13.7565 21.6682 13.0513 22.5 12 22.5C10.9489 22.5 10.2438 21.6683 9.81738 20.9268C9.52547 20.4192 9.27159 19.8 9.05664 19.1025C8.4122 19.4434 7.79619 19.7028 7.23145 19.8555C6.406 20.0785 5.31873 20.1683 4.5752 19.4248C3.83188 18.6815 3.92075 17.5944 4.14355 16.7686C4.296 16.2036 4.55471 15.587 4.89551 14.9424C4.19888 14.7276 3.58039 14.4741 3.07324 14.1826C2.33186 13.7564 1.5 13.0512 1.5 12L1.50977 11.8066C1.60394 10.862 2.37738 10.2172 3.07227 9.81738C3.57951 9.5256 4.19866 9.27154 4.89551 9.05664C4.55479 8.41217 4.29697 7.79526 4.14453 7.23047C3.92174 6.40491 3.83193 5.31847 4.5752 4.5752L4.71875 4.44531C5.45357 3.84376 6.45659 3.93569 7.23047 4.14453C7.79526 4.29697 8.41218 4.55479 9.05664 4.89551C9.27154 4.19866 9.5256 3.57951 9.81738 3.07227C10.2439 2.33095 10.9492 1.5 12 1.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconFormFlower;\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,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAA6mD,EAA7mD,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,0/CAA0/C,KAAK,eAAc,CAAI,EACrnD,EAEc",
  "debugId": "58B47FE33724FC7364756E2164756E21",
  "names": []
}