{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStarLines/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 IconStarLines: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"star-lines, features, favorite, award, to the moon, rising\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.0006 1.78709C14.6807 0.656906 16.3193 0.656908 16.9994 1.78709L18.3106 3.96577C18.3455 4.02377 18.4024 4.06514 18.4684 4.08042L20.9456 4.65414C22.2306 4.95177 22.737 6.51009 21.8723 7.5062L20.2054 9.42643C20.161 9.47755 20.1393 9.54448 20.1451 9.61193L20.365 12.1452C20.479 13.4593 19.1534 14.4224 17.9389 13.9079L15.5975 12.9159C15.5352 12.8895 15.4648 12.8895 15.4025 12.9159L13.0611 13.9079C11.8466 14.4224 10.521 13.4593 10.635 12.1452L10.8549 9.61193C10.8607 9.54448 10.839 9.47755 10.7946 9.42643L9.12774 7.5062C8.26305 6.51009 8.76938 4.95176 10.0544 4.65414L12.5316 4.08042C12.5976 4.06514 12.6545 4.02377 12.6894 3.96577L14.0006 1.78709ZM7.78033 10.2198C8.07322 10.5127 8.07322 10.9875 7.78033 11.2804L3.28033 15.7804C2.98744 16.0733 2.51256 16.0733 2.21967 15.7804C1.92678 15.4875 1.92678 15.0127 2.21967 14.7198L6.71967 10.2198C7.01256 9.92687 7.48744 9.92687 7.78033 10.2198ZM9.78033 15.2198C10.0732 15.5127 10.0732 15.9875 9.78033 16.2804L5.28033 20.7804C4.98744 21.0733 4.51256 21.0733 4.21967 20.7804C3.92678 20.4875 3.92678 20.0127 4.21967 19.7198L8.71967 15.2198C9.01256 14.9269 9.48744 14.9269 9.78033 15.2198ZM16.7803 15.2198C17.0732 15.5127 17.0732 15.9875 16.7803 16.2804L12.2803 20.7804C11.9874 21.0733 11.5126 21.0733 11.2197 20.7804C10.9268 20.4875 10.9268 20.0127 11.2197 19.7198L15.7197 15.2198C16.0126 14.9269 16.4874 14.9269 16.7803 15.2198Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconStarLines;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAwgD,EAAxgD,IAAqB,EAAO,UAAU,8DAA6D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,g2CAAg2C,KAAK,eAAc,CAAI,GAGlgD",
  "debugId": "7B8018305EF2533464756E2164756E21",
  "names": []
}