{
  "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=\"M15.4824 3C16.2951 2.99999 16.9506 2.9996 17.4814 3.04297C18.0281 3.08763 18.5079 3.18286 18.9521 3.40918C19.6578 3.76871 20.2313 4.34224 20.5908 5.04785C20.8171 5.49205 20.9124 5.97195 20.957 6.51856C21.0004 7.04939 21 7.70491 21 8.51758V15.4824C21 16.2951 21.0004 16.9506 20.957 17.4814C20.9124 18.0281 20.8171 18.5079 20.5908 18.9521C20.2313 19.6578 19.6578 20.2313 18.9521 20.5908C18.5079 20.8171 18.0281 20.9124 17.4814 20.957C16.9506 21.0004 16.2951 21 15.4824 21H8.51758C7.70491 21 7.04939 21.0004 6.51856 20.957C5.97195 20.9124 5.49205 20.8171 5.04785 20.5908C4.34224 20.2313 3.76871 19.6578 3.40918 18.9521C3.18286 18.5079 3.08763 18.0281 3.04297 17.4814C2.9996 16.9506 2.99999 16.2951 3 15.4824V8.51758C2.99999 7.70491 2.9996 7.04939 3.04297 6.51856C3.08763 5.97195 3.18286 5.49205 3.40918 5.04785C3.76871 4.34224 4.34224 3.76871 5.04785 3.40918C5.49205 3.18286 5.97195 3.08763 6.51856 3.04297C7.04939 2.9996 7.70491 2.99999 8.51758 3H15.4824ZM13.0137 8C12.5216 7.3093 11.4784 7.3093 10.9863 8L10.8896 8.1582L7.44922 14.8223C6.91835 15.8506 7.94896 16.9862 9.02344 16.5566L12 15.3652L14.9766 16.5566C16.051 16.9862 17.0816 15.8506 16.5508 14.8223L13.1104 8.1582L13.0137 8Z\" 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,gBAAqzC,EAArzC,IAAqB,EAAO,UAAU,0CAAyC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iqCAAiqC,KAAK,eAAc,CAAI,GAG/yC",
  "debugId": "984D4CE1BDCFE89864756E2164756E21",
  "names": []
}