{
  "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=\"M14.4289 1.57518C14.9148 0.767909 16.0851 0.767907 16.571 1.57518L18.2006 4.283L21.2794 4.99606C22.1973 5.20865 22.559 6.32174 21.9413 7.03325L19.8696 9.41984L20.1429 12.5683C20.2243 13.507 19.2775 14.1949 18.4099 13.8274L15.5 12.5946L12.59 13.8274C11.7224 14.1949 10.7756 13.507 10.857 12.5683L11.1303 9.41984L9.05858 7.03325C8.44095 6.32174 8.80261 5.20865 9.7205 4.99606L12.7994 4.283L14.4289 1.57518Z\" 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,gBAA40C,EAA50C,IAAqB,EAAO,UAAU,8DAA6D,gBAAC,OAAD,CAAM,EAAE,uZAAuZ,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,GAGt0C",
  "debugId": "4A38D0D632959FFB64756E2164756E21",
  "names": []
}