{
  "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 d=\"M4.95781 15.1331C4.94806 15.6477 4.74682 16.1594 4.35409 16.5522L3.75 17.1562V20.25H6.84375L7.44784 19.6459C8.2533 18.8405 9.5592 18.8405 10.3647 19.6459L10.9688 20.25H13.0312L13.6353 19.6459C14.4408 18.8405 15.7467 18.8405 16.5522 19.6459L17.1562 20.25H20.25V17.1562L19.6459 16.5522C19.2988 16.2051 19.1013 15.7651 19.0534 15.3122C18.99 14.7142 19.1875 14.0937 19.6459 13.6353L20.25 13.0312V10.9688L19.6459 10.3647C18.8405 9.5592 18.8405 8.2533 19.6459 7.44784L20.25 6.84375V3.75H17.1562L16.5522 4.35409C15.7467 5.15955 14.4408 5.15955 13.6353 4.35409L13.0312 3.75H10.9688L10.3647 4.35409C9.5592 5.15955 8.2533 5.15955 7.44784 4.35409L6.84375 3.75H3.75V6.84375L4.35409 7.44784C5.15955 8.2533 5.15955 9.5592 4.35409 10.3647L3.75 10.9688V13.0312L4.35409 13.6353C4.76682 14.0481 4.96806 14.5922 4.95781 15.1331Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M5.21484 14.9508C6.2421 14.2402 7.15405 13.8447 7.99215 13.6659C10.6061 13.1079 12.5018 14.6567 14.9374 15.3221C16.0693 15.6313 17.3177 15.7497 18.8091 15.3773\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><path d=\"M14.9368 15.3221C15.746 14.5483 16.25 13.458 16.25 12.25C16.25 9.90279 14.3472 8 12 8C9.65279 8 7.75 9.90279 7.75 12.25C7.75 12.7464 7.83511 13.223 7.99155 13.6659\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/></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,gBAAk3C,EAAl3C,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,4yBAA4yB,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,kKAAkK,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,sKAAsK,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,CAAI,GAG52C",
  "debugId": "4BFA8A60200D4EAD64756E2164756E21",
  "names": []
}