{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVectorAnchorPointDisconnected/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 IconVectorAnchorPointDisconnected: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-disconnected\"><path d=\"M12 4C14.071 4.00004 15.75 5.67896 15.75 7.75C15.75 8.58297 15.478 9.35222 15.0185 9.97461L16.9873 12.0117L17.3964 11.6035C17.5917 11.4083 17.9082 11.4083 18.1035 11.6035L19.8964 13.3965C20.0916 13.5917 20.0916 13.9083 19.8964 14.1035L19.4453 14.5537L21.789 16.9785C22.0768 17.2763 22.069 17.7512 21.7714 18.0391C21.4737 18.3269 20.9988 18.3191 20.7109 18.0215L18.3847 15.6143L18.1035 15.8965C17.9082 16.0917 17.5917 16.0917 17.3964 15.8965L15.6035 14.1035C15.4082 13.9083 15.4082 13.5917 15.6035 13.3965L15.9267 13.0723L13.9043 10.9795C13.3459 11.3094 12.6954 11.5 12 11.5C10.5586 11.5 9.3074 10.6867 8.67965 9.49414C8.61777 9.52815 8.55153 9.5643 8.48238 9.60449C7.97967 9.89673 7.30095 10.351 6.60738 10.9941C5.22466 12.2765 3.78851 14.3001 3.53805 17.3105C3.50348 17.7231 3.14108 18.0294 2.72848 17.9951C2.31586 17.9606 2.00957 17.5982 2.04391 17.1855C2.3326 13.7163 4.00098 11.3651 5.58785 9.89355C6.24236 9.28665 6.88597 8.83031 7.415 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 7H8.32516C8.67262 5.28834 10.1858 4 12 4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVectorAnchorPointDisconnected;\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,EAAoE,CAAC,IAAU,CAC1F,OAAO,gBAAyxC,EAAzxC,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,EAAE,irCAAirC,KAAK,eAAc,CAAI,GAGnxC",
  "debugId": "CFDCEC8094CD11F064756E2164756E21",
  "names": []
}