{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCompassPointerSquare/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 IconCompassPointerSquare: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"compass-pointer-square, gps, direction\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.6758 3C18.9333 2.99998 19.1705 3.00045 19.3682 3.0166C19.5812 3.03403 19.8147 3.07314 20.0449 3.19043C20.374 3.35818 20.6418 3.62597 20.8096 3.95508C20.9269 4.18529 20.9669 4.41877 20.9844 4.63184C21.0005 4.82952 21 5.06674 21 5.32422V18.6758C21 18.9333 21.0005 19.1705 20.9844 19.3682C20.9669 19.5812 20.9269 19.8147 20.8096 20.0449C20.6418 20.374 20.374 20.6418 20.0449 20.8096C19.8147 20.9269 19.5812 20.966 19.3682 20.9834C19.1705 20.9995 18.9333 21 18.6758 21H5.32422C5.06674 21 4.82952 20.9995 4.63184 20.9834C4.41879 20.966 4.18526 20.9269 3.95508 20.8096C3.62597 20.6418 3.35818 20.374 3.19043 20.0449C3.07314 19.8147 3.03403 19.5812 3.0166 19.3682C3.00045 19.1705 2.99998 18.9333 3 18.6758V5.32422C2.99998 5.06673 3.00045 4.82952 3.0166 4.63184C3.03403 4.41879 3.07314 4.18527 3.19043 3.95508C3.35818 3.62597 3.62597 3.35818 3.95508 3.19043C4.18527 3.07314 4.41879 3.03403 4.63184 3.0166C4.82952 3.00045 5.06673 2.99998 5.32422 3H18.6758ZM12.8105 7.84961C12.4169 7.29809 11.5831 7.29809 11.1895 7.84961L11.1113 7.97656L7.37793 15.1943C6.95951 16.0036 7.75344 16.9049 8.60938 16.5928L12 15.3555L15.3906 16.5928C16.2466 16.9049 17.0405 16.0036 16.6221 15.1943L12.8887 7.97656L12.8105 7.84961Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCompassPointerSquare;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAA00C,EAA10C,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,srCAAsrC,KAAK,eAAc,CAAI,GAGp0C",
  "debugId": "8CC9160E24D0CF8764756E2164756E21",
  "names": []
}