{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMagnet/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 IconMagnet: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"magnet, snap-pixel, snap\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.0007 2C20.6576 2 22.0007 3.34315 22.0007 5C22.0007 6.65685 20.6576 8 19.0007 8C17.3439 8 16.0007 6.65685 16.0007 5C16.0007 3.34315 17.3439 2 19.0007 2ZM20.5007 5C20.5007 4.17157 19.8292 3.5 19.0007 3.5C18.1723 3.5 17.5007 4.17157 17.5007 5C17.5007 5.82843 18.1723 6.5 19.0007 6.5C19.8292 6.5 20.5007 5.82843 20.5007 5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.8604 18.9643C13.5042 20.3205 11.7251 20.9989 9.94848 20.9989C8.17187 20.9989 6.39279 20.3205 5.03654 18.9643C3.67882 17.6066 3.00062 15.8266 3.00196 14.0471C3.00327 12.2711 3.68147 10.4955 5.03654 9.14039L8.87045 5.30652C9.86914 4.30782 11.4883 4.30782 12.487 5.30652C13.4857 6.30521 13.4857 7.92442 12.487 8.92311L8.65314 12.757C8.42959 12.9806 8.27589 13.2475 8.19205 13.5307C8.12498 13.7573 8.10262 13.9944 8.12498 14.2279C8.1641 14.6366 8.34015 15.0347 8.65314 15.3477C9.36853 16.0631 10.5284 16.0631 11.2438 15.3477L15.0777 11.5138C16.0764 10.5151 17.6956 10.5151 18.6943 11.5138C19.693 12.5125 19.693 14.1317 18.6943 15.1304L14.8604 18.9643ZM15.0256 13.6872L16.5209 15.1825L17.6337 14.0697C18.0466 13.6568 18.0466 12.9874 17.6337 12.5744C17.2207 12.1615 16.5513 12.1615 16.1384 12.5744L15.0256 13.6872ZM8.81838 7.4799L10.3137 8.97518L11.4264 7.86245C11.8393 7.44954 11.8393 6.78009 11.4264 6.36718C11.0135 5.95427 10.344 5.95427 9.93111 6.36718L8.81838 7.4799Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMagnet;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA29C,EAA39C,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qUAAqU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,68BAA68B,KAAK,eAAc,CAAI,GAGr9C",
  "debugId": "61C8BB4F8C74186364756E2164756E21",
  "names": []
}