{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUnpin2/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 IconUnpin2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"unpin-2\"><path d=\"M3.24435 1.71551C3.55017 1.43665 4.02472 1.45785 4.30392 1.76336L19.8039 18.7438C20.083 19.0497 20.0617 19.5241 19.7561 19.8034C19.4501 20.0826 18.9757 20.0605 18.6965 19.7546L15.2688 15.9997H12.7492V20.3972C12.7492 20.4648 12.7358 20.5323 12.7092 20.5944L12.2297 21.7136C12.143 21.9154 11.8563 21.9154 11.7697 21.7136L11.2902 20.5944C11.2636 20.5322 11.2493 20.4648 11.2492 20.3972V15.9997H5.75021C4.81655 15.9995 3.92874 15.2172 4.0754 14.1501C4.38162 11.9245 5.60233 9.99306 7.34298 8.74481C7.45703 8.66293 7.50015 8.55737 7.50021 8.48016V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\" fill=\"currentColor\"/><path d=\"M14.7502 1.99969C15.7165 1.99996 16.5002 2.78336 16.5002 3.74969V8.48016C16.5003 8.55738 16.5434 8.66292 16.6574 8.74481C18.3979 9.9931 19.6188 11.9246 19.925 14.1501C20.0272 14.8931 19.6269 15.4966 19.0598 15.7956L7.509 3.5661C7.60074 2.68599 8.34587 1.99989 9.25021 1.99969H14.7502Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUnpin2;\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,gBAAk/B,EAAl/B,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,umBAAumB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+RAA+R,KAAK,eAAc,CAAI,GAG5+B",
  "debugId": "BE98C91245B53C5264756E2164756E21",
  "names": []
}