{
  "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=\"M10.7624 1.67687C11.4458 0.993452 12.5539 0.993452 13.2373 1.67687L15.3873 3.82687C15.4342 3.87375 15.4978 3.90009 15.5641 3.90009H18.3498C19.3163 3.90009 20.0998 4.68359 20.0998 5.65009V8.43588C20.0998 8.50218 20.1262 8.56577 20.1731 8.61266L22.3231 10.7627C23.0065 11.4461 23.0065 12.5541 22.3231 13.2375L20.1731 15.3875C20.1262 15.4344 20.0998 15.498 20.0998 15.5643V18.3501C20.0998 19.3166 19.3163 20.1001 18.3498 20.1001H15.5641C15.4978 20.1001 15.4342 20.1264 15.3873 20.1733L13.2373 22.3233C12.5539 23.0067 11.4458 23.0067 10.7624 22.3233L8.61241 20.1733C8.56553 20.1264 8.50194 20.1001 8.43563 20.1001H5.64985C4.68335 20.1001 3.89985 19.3166 3.89985 18.3501V15.5643C3.89985 15.498 3.87351 15.4344 3.82663 15.3875L1.67663 13.2375C0.993208 12.5541 0.993208 11.4461 1.67663 10.7627L3.82663 8.61266C3.87351 8.56577 3.89985 8.50218 3.89985 8.43588V5.65009C3.89985 4.6836 4.68335 3.90009 5.64985 3.90009H8.43563C8.50194 3.90009 8.56553 3.87375 8.61241 3.82687L10.7624 1.67687ZM15.4357 9.86822C15.6722 9.52813 15.5882 9.06075 15.2481 8.8243C14.908 8.58785 14.4406 8.67187 14.2041 9.01196L10.7771 13.9412L9.17572 12.5303C8.86491 12.2565 8.39099 12.2865 8.11717 12.5973C7.84336 12.9081 7.87334 13.382 8.18415 13.6559L10.4169 15.6229C10.5773 15.7642 10.7905 15.8304 11.0028 15.8047C11.2151 15.7789 11.4064 15.6638 11.5285 15.4882L15.4357 9.86822Z\" 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,gBAA28C,EAA38C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m0CAAm0C,KAAK,eAAc,CAAI,GAGr8C",
  "debugId": "96487C138EB1A02D64756E2164756E21",
  "names": []
}