{
  "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=\"M21.7811 2.21967C21.9217 2.36032 22.0007 2.55109 22.0007 2.75V7.25C22.0007 7.44891 21.9217 7.63968 21.7811 7.78033C21.6404 7.92098 21.4496 8 21.2507 8H16.7507C16.3365 8 16.0007 7.66421 16.0007 7.25V2.75C16.0007 2.33579 16.3365 2 16.7507 2H21.2507C21.4496 2 21.6404 2.07902 21.7811 2.21967ZM20.5007 3.5L17.5007 3.5V6.5H20.5007V3.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.65314 12.757C8.65314 12.757 8.65315 12.757 8.65314 12.757L13.765 7.6451C14.0579 7.35221 14.0579 6.87734 13.765 6.58444L11.2091 4.02851C11.0684 3.88786 10.8777 3.80884 10.6787 3.80884C10.4798 3.80884 10.2891 3.88786 10.1484 4.02851L5.03654 9.14038C5.03654 9.14038 5.03654 9.14038 5.03654 9.14038C2.32376 11.8532 2.32376 16.2515 5.03654 18.9643C6.39279 20.3205 8.17186 20.9988 9.94847 20.9988C11.7251 20.9988 13.5042 20.3205 14.8604 18.9643L19.9723 13.8524C20.2652 13.5595 20.2652 13.0846 19.9723 12.7917L17.4163 10.2358C17.2757 10.0951 17.0849 10.0161 16.886 10.0161C16.6871 10.0161 16.4963 10.0951 16.3557 10.2358L11.2438 15.3477C10.5284 16.0631 9.36853 16.0631 8.65314 15.3477C8.56371 15.2582 8.48547 15.1619 8.4184 15.0603C7.94892 14.3492 8.02718 13.3829 8.65314 12.757ZM10.3136 8.97516L12.174 7.11477L10.6787 5.6195L8.81836 7.47988L10.3136 8.97516ZM15.0256 13.6872L16.5209 15.1825L18.3813 13.322L16.886 11.8268L15.0256 13.6872Z\" 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,gBAA87C,EAA97C,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6UAA6U,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w6BAAw6B,KAAK,eAAc,CAAI,GAGx7C",
  "debugId": "E793B07F52916B0364756E2164756E21",
  "names": []
}