{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGiftcard/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 IconGiftcard: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"giftcard, present\"><path d=\"M13.25 4H3.75C2.7835 4 2 4.7835 2 5.75V11.25H12.1893L10.7197 9.78033C10.4268 9.48744 10.4268 9.01256 10.7197 8.71967C11.0126 8.42678 11.4874 8.42678 11.7803 8.71967L13.25 10.1893V4Z\" fill=\"currentColor\"/><path d=\"M2 12.75V18.25C2 19.2165 2.7835 20 3.75 20H13.25V13.8107L11.7803 15.2803C11.4874 15.5732 11.0126 15.5732 10.7197 15.2803C10.4268 14.9874 10.4268 14.5126 10.7197 14.2197L12.1893 12.75H2Z\" fill=\"currentColor\"/><path d=\"M14.75 20H20.25C21.2165 20 22 19.2165 22 18.25V12.75H15.8107L17.2803 14.2197C17.5732 14.5126 17.5732 14.9874 17.2803 15.2803C16.9874 15.5732 16.5126 15.5732 16.2197 15.2803L14.75 13.8107V20Z\" fill=\"currentColor\"/><path d=\"M22 11.25V5.75C22 4.7835 21.2165 4 20.25 4H14.75V10.1893L16.2197 8.71967C16.5126 8.42678 16.9874 8.42678 17.2803 8.71967C17.5732 9.01256 17.5732 9.48744 17.2803 9.78033L15.8107 11.25H22Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGiftcard;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAk6B,EAAl6B,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,wLAAwL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4LAA4L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iMAAiM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6LAA6L,KAAK,eAAc,CAAI,GAG55B",
  "debugId": "52BB76153FB0FA5564756E2164756E21",
  "names": []
}