{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStamps/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 IconStamps: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"stamps, collection\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.75 3C3.33579 3 3 3.33579 3 3.75V6.84375C3 7.04266 3.07902 7.23343 3.21967 7.37408L3.82376 7.97817C4.33633 8.49074 4.33633 9.32176 3.82376 9.83433L3.21967 10.4384C3.07902 10.5791 3 10.7698 3 10.9688V13.0312C3 13.2302 3.07902 13.4209 3.21967 13.5616L3.82376 14.1657C4.08648 14.4284 4.21449 14.7733 4.20795 15.1188C4.20172 15.4474 4.0739 15.7717 3.82376 16.0218L3.21967 16.6259C3.07902 16.7666 3 16.9573 3 17.1562V20.25C3 20.6642 3.33579 21 3.75 21H6.84375C7.04266 21 7.23343 20.921 7.37408 20.7803L7.97817 20.1762C8.49074 19.6637 9.32176 19.6637 9.83433 20.1762L10.4384 20.7803C10.5791 20.921 10.7698 21 10.9688 21H13.0312C13.2302 21 13.4209 20.921 13.5616 20.7803L14.1657 20.1762C14.6782 19.6637 15.5093 19.6637 16.0218 20.1762L16.6259 20.7803C16.7666 20.921 16.9573 21 17.1562 21H20.25C20.6642 21 21 20.6642 21 20.25V17.1562C21 16.9573 20.921 16.7666 20.7803 16.6259L20.1762 16.0218C19.9549 15.8005 19.8297 15.5216 19.7992 15.2333C19.7587 14.8507 19.8848 14.4571 20.1762 14.1657L20.7803 13.5616C20.921 13.4209 21 13.2302 21 13.0312V10.9688C21 10.7698 20.921 10.5791 20.7803 10.4384L20.1762 9.83433C19.6637 9.32176 19.6637 8.49074 20.1762 7.97817L20.7803 7.37408C20.921 7.23343 21 7.04266 21 6.84375V3.75C21 3.33579 20.6642 3 20.25 3H17.1562C16.9573 3 16.7666 3.07902 16.6259 3.21967L16.0218 3.82376C15.5093 4.33633 14.6782 4.33633 14.1657 3.82376L13.5616 3.21967C13.4209 3.07902 13.2302 3 13.0312 3H10.9688C10.7698 3 10.5791 3.07902 10.4384 3.21967L9.83433 3.82376C9.32176 4.33633 8.49074 4.33633 7.97817 3.82376L7.37408 3.21967C7.23343 3.07902 7.04266 3 6.84375 3H3.75ZM14.7391 16.0456C15.8539 16.3501 17.088 16.4862 18.5217 16.2088C18.6587 16.5262 18.8567 16.8236 19.1156 17.0825L19.5 17.4669V19.5H17.4669L17.0825 19.1156C15.9841 18.0172 14.2034 18.0172 13.105 19.1156L12.7206 19.5H11.2794L10.895 19.1156C9.79664 18.0172 8.01586 18.0172 6.91751 19.1156L6.53309 19.5H4.5V17.4669L4.88442 17.0825C5.31778 16.6491 5.5803 16.1085 5.67164 15.5465C6.62164 14.8939 7.43344 14.5519 8.1481 14.3993C9.26096 14.1618 10.2343 14.3629 11.2754 14.7403C11.6655 14.8817 12.0467 15.0406 12.4511 15.2091C12.5994 15.2709 12.751 15.3341 12.9071 15.3981C13.4759 15.6313 14.085 15.8669 14.7391 16.0456ZM12 8C9.65279 8 7.75 9.90279 7.75 12.25C7.75 12.4845 7.76899 12.7146 7.80552 12.9388L7.83497 12.9324C9.33607 12.612 10.6175 12.9063 11.7866 13.3302C12.2127 13.4846 12.6417 13.6634 13.0562 13.8362L13.0573 13.8366C13.1989 13.8956 13.3387 13.9539 13.4762 14.0102C14.0296 14.2372 14.5707 14.4447 15.1344 14.5986C15.2495 14.6301 15.3656 14.6593 15.483 14.686C15.9664 13.9962 16.25 13.1562 16.25 12.25C16.25 9.90279 14.3472 8 12 8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStamps;\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,gBAAmrF,EAAnrF,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mjFAAmjF,KAAK,eAAc,CAAI,GAG7qF",
  "debugId": "A963396FB2BA058A64756E2164756E21",
  "names": []
}