{
  "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=\"M11.0329 2.13359C11.7113 1.47728 12.788 1.47728 13.4664 2.13359L14.9537 3.57242C15.0091 3.62603 15.0862 3.65107 15.1625 3.64027L17.2115 3.35046C18.1461 3.21826 19.0172 3.85112 19.1803 4.78085L19.5378 6.8191C19.5512 6.89506 19.5988 6.96061 19.6669 6.99675L21.4949 7.96665C22.3287 8.40906 22.6615 9.43304 22.2469 10.2811L21.3381 12.1402C21.3042 12.2095 21.3042 12.2905 21.3381 12.3598L22.2469 14.2189C22.6615 15.067 22.3287 16.091 21.4949 16.5334L19.6669 17.5033C19.5988 17.5394 19.5512 17.605 19.5378 17.6809L19.1803 19.7192C19.0172 20.6489 18.1462 21.2817 17.2115 21.1496L15.1625 20.8597C15.0862 20.8489 15.0091 20.874 14.9537 20.9276L13.4664 22.3664C12.788 23.0227 11.7113 23.0227 11.0329 22.3664L9.54555 20.9276C9.49013 20.874 9.41307 20.8489 9.33671 20.8597L7.28773 21.1496C6.35311 21.2817 5.48205 20.6489 5.31896 19.7192L4.96143 17.6809C4.9481 17.605 4.90047 17.5394 4.83236 17.5033L3.00435 16.5334C2.17052 16.091 1.8378 15.067 2.25234 14.2189L3.16115 12.3598C3.19501 12.2905 3.19501 12.2095 3.16115 12.1402L2.25235 10.2811C1.8378 9.43304 2.17051 8.40906 3.00435 7.96665L4.83236 6.99675C4.90048 6.96061 4.9481 6.89506 4.96143 6.8191L5.31896 4.78085C5.48205 3.85112 6.35311 3.21826 7.28773 3.35046L9.33671 3.64027C9.41307 3.65107 9.49013 3.62603 9.54555 3.57242L11.0329 2.13359ZM12.4559 8.3009C12.3566 8.15601 12.1427 8.15601 12.0434 8.3009L10.801 10.1137C10.7685 10.1611 10.7207 10.1959 10.6655 10.2121L8.55754 10.8335C8.38905 10.8832 8.32297 11.0866 8.43009 11.2258L9.77023 12.9675C9.80529 13.0131 9.82358 13.0694 9.822 13.1269L9.76158 15.3237C9.75675 15.4993 9.92974 15.625 10.0952 15.5661L12.1659 14.8298C12.2201 14.8105 12.2792 14.8105 12.3334 14.8298L14.404 15.5661C14.5695 15.625 14.7425 15.4993 14.7377 15.3237L14.6773 13.1269C14.6757 13.0694 14.694 13.0131 14.729 12.9675L16.0692 11.2258C16.1763 11.0866 16.1102 10.8832 15.9417 10.8335L13.8338 10.2121C13.7786 10.1959 13.7307 10.1611 13.6982 10.1137L12.4559 8.3009Z\" 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,gBAAghE,EAAhhE,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,04DAA04D,KAAK,eAAc,CAAI,GAG1gE",
  "debugId": "8D5391718FBD6AB964756E2164756E21",
  "names": []
}