{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSteeringWheel/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 IconSteeringWheel: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconSteeringWheel\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.9016 1.09961V3.14455C14.6842 3.32357 16.3118 4.02866 17.6266 5.10225L19.0733 3.65553L20.3461 4.92832L18.8994 6.37509C19.9727 7.68983 20.6776 9.31717 20.8566 11.0996H22.9016V12.8996H20.8566C20.6776 14.6821 19.9727 16.3095 18.8993 17.6243L20.3454 19.0705L19.0727 20.3432L17.6265 18.8971C16.3117 19.9706 14.6842 20.6757 12.9016 20.8547V22.8996H11.1016V20.8547C9.31913 20.6757 7.69179 19.9708 6.37704 18.8974L4.9312 20.3432L3.65841 19.0705L5.1042 17.6247C4.03061 16.3098 3.32553 14.6823 3.1465 12.8996H1.10156V11.0996H3.1465C3.32552 9.31699 4.03056 7.6895 5.10409 6.37469L3.65773 4.92832L4.93052 3.65553L6.37691 5.10192C7.69168 4.02851 9.31907 3.32355 11.1016 3.14455V1.09961H12.9016ZM11.1016 4.95611C9.81448 5.11892 8.63481 5.6263 7.6579 6.38291L11.1016 9.82657V4.95611ZM9.82901 11.0996L6.38507 7.65567C5.62835 8.63264 5.12089 9.81241 4.95806 11.0996H9.82901ZM4.95806 12.8996C5.1209 14.1869 5.6284 15.3667 6.38518 16.3437L9.82926 12.8996H4.95806ZM11.1016 14.1729L7.65803 17.6164C8.63492 18.373 9.81454 18.8803 11.1016 19.0431V14.1729ZM12.9016 19.0431C14.1888 18.8803 15.3685 18.3728 16.3455 17.6161L12.9016 14.1722V19.0431ZM14.1746 12.8996L17.6183 16.3433C18.3749 15.3664 18.8822 14.1867 19.0451 12.8996H14.1746ZM19.0451 11.0996C18.8823 9.81259 18.3749 8.63297 17.6184 7.65608L14.1748 11.0996H19.0451ZM12.9016 9.82731L16.3456 6.38323C15.3686 5.62645 14.1888 5.11895 12.9016 4.95611V9.82731Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSteeringWheel;\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,EAAsE,EAAM,KAAK,CAAC,IAAU,CACvG,OAAO,gBAA8gD,EAA9gD,IAAqB,EAAO,OAAO,qDAAoD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k3CAAk3C,KAAK,eAAc,CAAI,EACthD,EAEc",
  "debugId": "34E2BEC5629A7ECE64756E2164756E21",
  "names": []
}