{
  "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 d=\"M10.8014 3.54682C11.4349 2.81773 12.567 2.81773 13.2005 3.54682L14.0044 4.47215C14.364 4.88598 14.9115 5.08524 15.4529 4.99935L16.6636 4.8073C17.6175 4.65598 18.4847 5.38364 18.5013 6.34935L18.5224 7.57499C18.5319 8.12312 18.8232 8.62767 19.2931 8.9099L20.344 9.541C21.1721 10.0382 21.3686 11.1531 20.7606 11.9036L19.989 12.856C19.6439 13.282 19.5427 13.8557 19.7213 14.374L20.1207 15.533C20.4353 16.4461 19.8693 17.4265 18.9211 17.6106L17.7178 17.8442C17.1796 17.9486 16.7333 18.3231 16.537 18.835L16.098 19.9795C15.7521 20.8813 14.6883 21.2685 13.8436 20.8L12.7717 20.2055C12.2922 19.9396 11.7096 19.9396 11.2302 20.2055L10.1583 20.8C9.31361 21.2685 8.24983 20.8813 7.90392 19.9795L7.4649 18.835C7.26856 18.3231 6.82226 17.9486 6.2841 17.8442L5.08075 17.6106C4.13259 17.4265 3.56657 16.4461 3.88124 15.533L4.28061 14.374C4.45921 13.8557 4.35804 13.282 4.01294 12.856L3.24128 11.9036C2.63326 11.1531 2.82984 10.0382 3.65786 9.541L4.70875 8.9099C5.17872 8.62767 5.47002 8.12312 5.47946 7.57499L5.50056 6.34935C5.51718 5.38364 6.38438 4.65597 7.33831 4.8073L8.54899 4.99935C9.09043 5.08524 9.6379 4.88598 9.99745 4.47215L10.8014 3.54682Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><path d=\"M9.5 12.5L10.6465 13.6465C10.8417 13.8417 11.1583 13.8417 11.3536 13.6465L14.5 10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAA+6C,EAA/6C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,mnCAAmnC,OAAO,eAAe,YAAY,IAAI,cAAc,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,sFAAsF,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGz6C",
  "debugId": "245B7E5D152B5FB864756E2164756E21",
  "names": []
}