{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVectorAnchorPointAsymmetric/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 IconVectorAnchorPointAsymmetric: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-asymmetric\"><path d=\"M13 4C14.8141 4.00004 16.3273 5.28836 16.6748 7H18.25L19.6464 5.60352C19.8417 5.40833 20.1582 5.40828 20.3535 5.60352L22.1464 7.39648C22.3416 7.59173 22.3416 7.90827 22.1464 8.10352L20.3535 9.89648C20.1582 10.0917 19.8417 10.0917 19.6464 9.89648L18.25 8.5H16.8486C16.9415 8.58574 17.0499 8.68712 17.1699 8.80469C17.5833 9.20993 18.1442 9.80408 18.7451 10.5674C19.9442 12.0906 21.3215 14.313 21.9795 17.0762C22.0754 17.479 21.8266 17.8835 21.4238 17.9795C21.0209 18.0754 20.6165 17.8267 20.5205 17.4238C19.9284 14.9373 18.6806 12.9093 17.5673 11.4951C17.0123 10.7901 16.4947 10.2431 16.1191 9.875C16.113 9.86901 16.1066 9.86332 16.1005 9.85742C15.4256 10.8484 14.2894 11.5 13 11.5C11.5423 11.5 10.2797 10.6679 9.65914 9.45312C9.55047 9.50272 9.42927 9.56017 9.29781 9.62598C8.70578 9.92234 7.91033 10.382 7.0986 11.0303C5.47474 12.3271 3.82441 14.3461 3.53707 17.3203C3.4971 17.7324 3.13088 18.0339 2.71871 17.9941C2.30651 17.9542 2.00506 17.588 2.04488 17.1758C2.38358 13.6702 4.3385 11.3155 6.16305 9.8584C6.89928 9.27045 7.62178 8.82505 8.22066 8.5H4.24996L2.85348 9.89648C2.65824 10.0917 2.34171 10.0917 2.14645 9.89648L0.353478 8.10352C0.158216 7.90825 0.158216 7.59175 0.353478 7.39648L2.14645 5.60352C2.34171 5.40833 2.65824 5.40828 2.85348 5.60352L4.24996 7H9.32516C9.67262 5.28834 11.1858 4 13 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVectorAnchorPointAsymmetric;\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,EAAkE,CAAC,IAAU,CACxF,OAAO,gBAAi4C,EAAj4C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,2xCAA2xC,KAAK,eAAc,CAAI,GAG33C",
  "debugId": "40020C791482D7CB64756E2164756E21",
  "names": []
}