{
  "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=\"M12.9665 2.43976C12.457 1.85341 11.5466 1.85341 11.0371 2.43976L9.19512 4.55979L6.42133 4.11978C5.65416 3.99808 4.95674 4.58328 4.94338 5.35993L4.89504 8.16799L2.48735 9.61388C1.82144 10.0138 1.66336 10.9104 2.15233 11.5139L3.92029 13.6961L3.0053 16.3513C2.75223 17.0857 3.20744 17.8741 3.96996 18.0222L6.72697 18.5574L7.7328 21.1796C8.011 21.9048 8.8665 22.2162 9.54578 21.8394L12.0018 20.4773L14.4578 21.8394C15.1371 22.2162 15.9926 21.9048 16.2708 21.1796L17.2766 18.5574L20.0336 18.0222C20.7962 17.8741 21.2514 17.0857 20.9983 16.3513L20.0833 13.6961L21.8513 11.5139C22.3402 10.9104 22.1821 10.0138 21.5162 9.61388L19.1086 8.16799L19.0602 5.35993C19.0469 4.58328 18.3494 3.99808 17.5823 4.11978L14.8085 4.55979L12.9665 2.43976ZM15.0321 11.2803C15.325 10.9874 15.325 10.5126 15.0321 10.2197C14.7392 9.92678 14.2644 9.92678 13.9715 10.2197L11.0018 13.1893L10.0321 12.2197C9.73923 11.9268 9.26436 11.9268 8.97147 12.2197C8.67857 12.5126 8.67857 12.9874 8.97147 13.2803L10.4715 14.7803C10.6121 14.921 10.8029 15 11.0018 15C11.2007 15 11.3915 14.921 11.5321 14.7803L15.0321 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,gBAAosC,EAApsC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4jCAA4jC,KAAK,eAAc,CAAI,GAG9rC",
  "debugId": "DA00A3885FB1C38E64756E2164756E21",
  "names": []
}