{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSubscriptionTick2/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 IconSubscriptionTick2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"subscription-tick-2,verify\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.4697 1.21967C11.7626 0.926777 12.2374 0.926777 12.5303 1.21967L15.3857 4.075H19.175C19.5892 4.075 19.925 4.41079 19.925 4.825V8.61434L22.7803 11.4697C22.921 11.6103 23 11.8011 23 12C23 12.1989 22.921 12.3897 22.7803 12.5303L19.925 15.3857V19.175C19.925 19.5892 19.5892 19.925 19.175 19.925H15.3857L12.5303 22.7803C12.3897 22.921 12.1989 23 12 23C11.8011 23 11.6103 22.921 11.4697 22.7803L8.61434 19.925H4.825C4.41079 19.925 4.075 19.5892 4.075 19.175V15.3857L1.21967 12.5303C0.926777 12.2374 0.926777 11.7626 1.21967 11.4697L4.075 8.61434V4.825C4.075 4.41079 4.41079 4.075 4.825 4.075H8.61434L11.4697 1.21967ZM15.4359 9.86813C15.6723 9.52804 15.5883 9.06065 15.2482 8.82421C14.9081 8.58776 14.4407 8.67178 14.2043 9.01187L10.7773 13.9411L9.17584 12.5302C8.86503 12.2564 8.39111 12.2864 8.11729 12.5972C7.84348 12.908 7.87347 13.3819 8.18427 13.6558L10.417 15.6228C10.5775 15.7641 10.7907 15.8303 11.003 15.8046C11.2153 15.7788 11.4065 15.6637 11.5286 15.4881L15.4359 9.86813Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSubscriptionTick2;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAA8lC,EAA9lC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,s9BAAs9B,KAAK,eAAc,CAAI,GAGxlC",
  "debugId": "D03FC319080EC63764756E2164756E21",
  "names": []
}