{
  "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.81658 15.9995 3.92869 15.2173 4.0754 14.1501C4.39077 11.8587 5.67658 9.88073 7.50021 8.63739V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\" fill=\"currentColor\"/><path d=\"M12.7502 1.99969C14.821 1.99996 16.5002 3.67879 16.5002 5.74969V8.63739C18.3239 9.88079 19.6098 11.8587 19.925 14.1501C20.0272 14.8931 19.6269 15.4966 19.0598 15.7956L7.92794 4.00848C8.5552 2.8144 9.80797 1.99995 11.2502 1.99969H12.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,gBAAm5B,EAAn5B,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,ujBAAujB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,CAAI,GAG74B",
  "debugId": "0392A54092FF5FEF64756E2164756E21",
  "names": []
}