{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSubscriptionTick1/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 IconSubscriptionTick1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"subscription-tick-1,verify\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.8304 2.83459C12.8636 1.7218 11.1358 1.7218 10.1689 2.83459L9.38435 3.73755C9.17498 3.97852 8.85619 4.09454 8.54092 4.04453L7.35951 3.85712C5.90356 3.62616 4.57999 4.73677 4.55462 6.21071L4.53403 7.40671C4.52854 7.72588 4.35892 8.01967 4.08525 8.18401L3.05978 8.79985C1.796 9.55879 1.49597 11.2603 2.42396 12.4057L3.17697 13.3352C3.37792 13.5832 3.43683 13.9173 3.33283 14.2191L2.94312 15.35C2.46284 16.7437 3.32674 18.24 4.77388 18.521L5.94814 18.7489C6.2615 18.8098 6.52138 19.0278 6.6357 19.3259L7.06411 20.4427C7.59206 21.8191 9.21567 22.41 10.5048 21.695L11.5509 21.1149C11.83 20.96 12.1693 20.96 12.4484 21.1149L13.4945 21.695C14.7836 22.41 16.4072 21.8191 16.9352 20.4427L17.3636 19.3259C17.4779 19.0278 17.7378 18.8098 18.0512 18.7489L19.2254 18.521C20.6726 18.24 21.5365 16.7437 21.0562 15.35L20.6665 14.2191C20.5625 13.9173 20.6214 13.5832 20.8223 13.3352L21.5753 12.4057C22.5033 11.2603 22.2033 9.55878 20.9395 8.79984L19.9141 8.18401C19.6404 8.01967 19.4708 7.72588 19.4653 7.40671L19.4447 6.2107C19.4193 4.73677 18.0957 3.62616 16.6398 3.85712L15.4584 4.04453C15.1431 4.09454 14.8243 3.97851 14.615 3.73755L13.8304 2.83459ZM15.03 11.2803C15.3229 10.9874 15.3229 10.5126 15.03 10.2197C14.7371 9.92678 14.2622 9.92678 13.9693 10.2197L10.9997 13.1893L10.03 12.2197C9.73709 11.9268 9.26221 11.9268 8.96932 12.2197C8.67643 12.5126 8.67643 12.9874 8.96932 13.2803L10.4693 14.7803C10.61 14.921 10.8007 15 10.9997 15C11.1986 15 11.3893 14.921 11.53 14.7803L15.03 11.2803Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSubscriptionTick1;\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,gBAAklD,EAAllD,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,08CAA08C,KAAK,eAAc,CAAI,GAG5kD",
  "debugId": "FDAB43487F06634E64756E2164756E21",
  "names": []
}