{
  "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.7502V20.3972C12.7502 20.4648 12.7368 20.5322 12.7102 20.5944L12.2297 21.7136C12.1431 21.9153 11.8574 21.9152 11.7707 21.7136L11.2902 20.5944C11.2636 20.5322 11.2502 20.4648 11.2502 20.3972V15.9997H4.75021C4.33603 15.9997 4.00027 15.6639 4.00021 15.2497C4.00021 12.4991 5.38881 10.0734 7.50021 8.63446V7.48895L3.1965 2.77508C2.9174 2.46923 2.93867 1.99477 3.24435 1.71551Z\" fill=\"currentColor\"/><path d=\"M15.7502 1.99969C16.1643 1.99981 16.5002 2.33555 16.5002 2.74969V8.63446C18.6115 10.0734 20.0002 12.4991 20.0002 15.2497C20.0001 15.6628 19.6659 15.997 19.2531 15.9987L7.50021 3.55438V2.74969C7.50021 2.33548 7.83599 1.99969 8.25021 1.99969H15.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,gBAAg6B,EAAh6B,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,yjBAAyjB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2PAA2P,KAAK,eAAc,CAAI,GAG15B",
  "debugId": "12B989AAE1008AB264756E2164756E21",
  "names": []
}