{
  "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 d=\"M15.5 1C15.7631 1 16.007 1.13785 16.1426 1.36327L18.036 4.50947L21.6133 5.33798C21.8697 5.39735 22.0761 5.58667 22.1574 5.83688C22.2387 6.0871 22.183 6.36162 22.0105 6.56029L19.6034 9.33326L19.9209 12.9915C19.9436 13.2536 19.8274 13.5085 19.6145 13.6631C19.4017 13.8178 19.1234 13.8496 18.8811 13.7469L15.5 12.3145L12.1189 13.7469C11.8767 13.8496 11.5984 13.8178 11.3855 13.6631C11.1727 13.5085 11.0564 13.2536 11.0792 12.9915L11.3967 9.33326L8.98955 6.56029C8.81708 6.36162 8.76133 6.0871 8.84263 5.83688C8.92393 5.58667 9.13039 5.39735 9.3867 5.33798L12.964 4.50947L14.8574 1.36327C14.9931 1.13785 15.2369 1 15.5 1Z\" fill=\"currentColor\"/><path d=\"M7.78033 11.2803C8.07322 10.9874 8.07322 10.5126 7.78033 10.2197C7.48744 9.92678 7.01256 9.92678 6.71967 10.2197L2.21967 14.7197C1.92678 15.0126 1.92678 15.4874 2.21967 15.7803C2.51256 16.0732 2.98744 16.0732 3.28033 15.7803L7.78033 11.2803Z\" fill=\"currentColor\"/><path d=\"M9.78033 16.2803C10.0732 15.9874 10.0732 15.5126 9.78033 15.2197C9.48744 14.9268 9.01256 14.9268 8.71967 15.2197L4.21967 19.7197C3.92678 20.0126 3.92678 20.4874 4.21967 20.7803C4.51256 21.0732 4.98744 21.0732 5.28033 20.7803L9.78033 16.2803Z\" fill=\"currentColor\"/><path d=\"M16.7803 15.2197C17.0732 15.5126 17.0732 15.9874 16.7803 16.2803L12.2803 20.7803C11.9874 21.0732 11.5126 21.0732 11.2197 20.7803C10.9268 20.4874 10.9268 20.0126 11.2197 19.7197L15.7197 15.2197C16.0126 14.9268 16.4874 14.9268 16.7803 15.2197Z\" 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,gBAAiiD,EAAjiD,IAAqB,EAAO,UAAU,8DAA6D,gBAAC,OAAD,CAAM,EAAE,4mBAA4mB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAG3hD",
  "debugId": "C0318360F04F9E8C64756E2164756E21",
  "names": []
}