{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSubscriptionStar/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 IconSubscriptionStar: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"subscription-star,verify\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.0055 2.87925C11.2578 1.66785 13.2451 1.66785 14.4973 2.87925C14.8808 3.25029 15.4141 3.42357 15.9425 3.34883C17.6676 3.10483 19.2754 4.27294 19.5764 5.98902C19.6686 6.51463 19.9982 6.96829 20.4696 7.2184C22.0087 8.03499 22.6228 9.92503 21.8576 11.4903C21.6233 11.9697 21.6233 12.5305 21.8576 13.0099C22.6228 14.5752 22.0087 16.4652 20.4696 17.2818C19.9982 17.5319 19.6686 17.9856 19.5764 18.5112C19.2754 20.2273 17.6676 21.3954 15.9425 21.1514C15.4141 21.0766 14.8808 21.2499 14.4973 21.621C13.2451 22.8324 11.2578 22.8324 10.0055 21.621C9.622 21.2499 9.08869 21.0766 8.56031 21.1514C6.8352 21.3954 5.22744 20.2273 4.92641 18.5112C4.83421 17.9856 4.50461 17.5319 4.03321 17.2818C2.49415 16.4652 1.88004 14.5752 2.64519 13.0099C2.87954 12.5305 2.87954 11.9697 2.64519 11.4903C1.88004 9.92503 2.49415 8.03499 4.03321 7.2184C4.50461 6.96829 4.83421 6.51463 4.92641 5.98902C5.22744 4.27294 6.8352 3.10483 8.56031 3.34883C9.08869 3.42357 9.622 3.25029 10.0055 2.87925ZM12.4577 8.301C12.3584 8.15611 12.1445 8.15611 12.0452 8.301L10.8029 10.1138C10.7704 10.1612 10.7225 10.196 10.6673 10.2122L8.55937 10.8336C8.39088 10.8833 8.3248 11.0867 8.43192 11.2259L9.77206 12.9676C9.80712 13.0132 9.82541 13.0695 9.82383 13.127L9.76341 15.3238C9.75858 15.4994 9.93157 15.6251 10.0971 15.5662L12.1677 14.8299C12.2219 14.8106 12.281 14.8106 12.3352 14.8299L14.4059 15.5662C14.5714 15.6251 14.7444 15.4994 14.7395 15.3238L14.6791 13.127C14.6775 13.0695 14.6958 13.0132 14.7309 12.9676L16.071 11.2259C16.1781 11.0867 16.112 10.8833 15.9436 10.8336L13.8356 10.2122C13.7804 10.196 13.7326 10.1612 13.7001 10.1138L12.4577 8.301Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSubscriptionStar;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAmtD,EAAntD,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6kDAA6kD,KAAK,eAAc,CAAI,GAG7sD",
  "debugId": "619F7247B382E72164756E2164756E21",
  "names": []
}