{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVectorAnchorPointMirrored/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 IconVectorAnchorPointMirrored: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-mirrored, mirror-angle\"><path d=\"M2.14643 5.60346C2.34169 5.40823 2.65821 5.40821 2.85346 5.60346L4.24994 6.99994H9.63862V8.49994H4.24994L2.85346 9.89643C2.65823 10.0916 2.34169 10.0916 2.14643 9.89643L0.353459 8.10346C0.158209 7.90821 0.158235 7.59169 0.353459 7.39643L2.14643 5.60346Z\" fill=\"currentColor\"/><path d=\"M21.1464 5.60346C21.3417 5.40824 21.6582 5.40821 21.8535 5.60346L23.6464 7.39643C23.8416 7.59169 23.8416 7.90823 23.6464 8.10346L21.8535 9.89643C21.6582 10.0916 21.3417 10.0916 21.1464 9.89643L19.7499 8.49994H14.2499V6.99994H19.7499L21.1464 5.60346Z\" fill=\"currentColor\"/><path d=\"M11.9997 4C14.0706 4.00016 15.7497 5.67903 15.7497 7.75C15.7497 7.84033 15.7452 7.92982 15.739 8.01855C15.8877 8.09359 16.0681 8.1886 16.2712 8.30664C16.8483 8.6421 17.6209 9.16013 18.4118 9.89355C19.9985 11.365 21.6667 13.7159 21.9558 17.1846C21.9899 17.597 21.6835 17.9594 21.2712 17.9941C20.8584 18.0285 20.496 17.7214 20.4616 17.3086C20.2108 14.2987 18.7739 12.2753 17.3913 10.9932C16.6979 10.3503 16.0198 9.89564 15.5173 9.60352C15.4481 9.56329 15.381 9.52807 15.319 9.49414C14.6912 10.6864 13.4408 11.4999 11.9997 11.5C10.5584 11.5 9.30714 10.6867 8.67938 9.49414C8.6175 9.52815 8.55127 9.5643 8.48212 9.60449C7.97944 9.89671 7.30064 10.351 6.60712 10.9941C5.2244 12.2765 3.78824 14.3001 3.53778 17.3105C3.50322 17.723 3.14072 18.0293 2.72821 17.9951C2.31559 17.9606 2.00931 17.5982 2.04364 17.1855C2.33234 13.7163 4.00072 11.3651 5.58759 9.89355C6.37838 9.16029 7.15118 8.64306 7.72821 8.30762C7.93132 8.18956 8.11175 8.09483 8.26044 8.01953C8.25411 7.93048 8.2497 7.84066 8.2497 7.75C8.2497 5.67893 9.92863 4 11.9997 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVectorAnchorPointMirrored;\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,EAAgE,CAAC,IAAU,CACtF,OAAO,gBAA8qD,EAA9qD,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,gQAAgQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4PAA4P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sgCAAsgC,KAAK,eAAc,CAAI,GAGxqD",
  "debugId": "496A7E16BC46D55F64756E2164756E21",
  "names": []
}