{
  "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=\"M20.2507 2C21.2172 2 22.0007 2.7835 22.0007 3.75V6.25C22.0007 7.2165 21.2172 8 20.2507 8H17.7507C16.7842 8 16.0007 7.2165 16.0007 6.25V3.75C16.0007 2.7835 16.7842 2 17.7507 2H20.2507ZM20.5007 3.75C20.5007 3.61193 20.3888 3.5 20.2507 3.5L17.7507 3.5C17.6127 3.5 17.5007 3.61193 17.5007 3.75V6.25C17.5007 6.38807 17.6127 6.5 17.7507 6.5H20.2507C20.3888 6.5 20.5007 6.38807 20.5007 6.25V3.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.12988 13.8314C8.17731 13.4387 8.35173 13.0584 8.65315 12.757L13.0579 8.35218C13.7413 7.66876 13.7413 6.56073 13.0579 5.87731L11.9162 4.73559C11.2328 4.05217 10.1247 4.05217 9.44131 4.73559L5.03654 9.14035C3.68412 10.4928 3.00593 12.2641 3.00197 14.0367C2.99798 15.8197 3.67617 17.6039 5.03654 18.9643C6.39279 20.3205 8.17187 20.9988 9.94848 20.9988C11.7251 20.9988 13.5042 20.3205 14.8604 18.9643L19.2652 14.5595C19.9486 13.876 19.9486 12.768 19.2652 12.0846L18.1235 10.9429C17.44 10.2594 16.332 10.2594 15.6486 10.9429L11.2438 15.3476C10.5284 16.063 9.36853 16.063 8.65314 15.3476C8.38487 15.0794 8.2172 14.7486 8.15013 14.4022C8.1137 14.214 8.10695 14.0213 8.12988 13.8314ZM10.3136 8.97514L11.9972 7.29152C12.0949 7.19389 12.0949 7.0356 11.9972 6.93797L10.8555 5.79625C10.7579 5.69861 10.5996 5.69861 10.502 5.79625L8.81835 7.47987L10.3136 8.97514ZM15.0256 13.6872L16.5208 15.1825L18.2045 13.4988C18.3021 13.4012 18.3021 13.2429 18.2045 13.1452L17.0628 12.0035C16.9652 11.9059 16.8069 11.9059 16.7092 12.0035L15.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,gBAA0lD,EAA1lD,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wYAAwY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ygCAAygC,KAAK,eAAc,CAAI,GAGplD",
  "debugId": "0183E7A95B01DB6C64756E2164756E21",
  "names": []
}