{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPaperclip3/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 IconPaperclip3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"paperclip-3, attachment\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.7631 3.067C15.4766 2.35556 16.4128 1.99999 17.3461 2C18.2794 2.00001 19.2156 2.35558 19.929 3.067C20.6427 3.77859 21.0001 4.71322 21 5.6458C20.9999 6.57823 20.6426 7.51265 19.929 8.22413L9.66213 18.4615C8.80239 19.3188 7.40936 19.3188 6.54962 18.4615C5.68868 17.603 5.68868 16.2103 6.54962 15.3518L11.6831 10.2331C11.9764 9.94068 12.4513 9.94136 12.7437 10.2347C13.0362 10.528 13.0355 11.0029 12.7422 11.2953L7.60875 16.414C7.33564 16.6863 7.33564 17.127 7.60875 17.3993C7.88306 17.6728 8.32869 17.6728 8.603 17.3993L18.8699 7.16194C19.2903 6.74273 19.5 6.19523 19.5 5.6457C19.5 5.09608 19.2904 4.54847 18.8699 4.12918C18.4493 3.70983 17.8992 3.50001 17.3461 3.5C16.793 3.49999 16.2428 3.70982 15.8223 4.12918L5.55537 14.3665C4.85136 15.0685 4.49996 15.9867 4.5 16.9068C4.50004 17.8269 4.85144 18.7449 5.55537 19.4468C6.25946 20.1488 7.18123 20.5 8.10591 20.5C9.03056 20.5 9.9523 20.1488 10.6564 19.4468L15.7898 14.3281C16.0831 14.0356 16.558 14.0363 16.8505 14.3296C17.143 14.6229 17.1423 15.0978 16.849 15.3903L11.7155 20.509C10.7185 21.5031 9.41077 22 8.10592 22C6.80104 22 5.49325 21.5031 4.49624 20.509C3.4992 19.5148 3.00006 18.2098 3 16.9069C2.99994 15.6038 3.49908 14.2986 4.49624 13.3044L14.7631 3.067Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPaperclip3;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAu0C,EAAv0C,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ksCAAksC,KAAK,eAAc,CAAI,GAGj0C",
  "debugId": "05E5018C7ADDE8FF64756E2164756E21",
  "names": []
}