{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDateYearly/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 IconDateYearly: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"date-yearly,fireworks,new-year\"><path d=\"M12.75 1.75C12.75 1.33579 12.4142 1 12 1C11.5858 1 11.25 1.33579 11.25 1.75V6.25C11.25 6.66421 11.5858 7 12 7C12.4142 7 12.75 6.66421 12.75 6.25V1.75Z\" fill=\"currentColor\"/><path d=\"M7.53033 5.46967C7.23744 5.17678 6.76256 5.17678 6.46967 5.46967C6.17678 5.76256 6.17678 6.23744 6.46967 6.53033L8.11088 8.17154C8.40377 8.46443 8.87865 8.46443 9.17154 8.17154C9.46443 7.87865 9.46443 7.40377 9.17154 7.11088L7.53033 5.46967Z\" fill=\"currentColor\"/><path d=\"M17.5309 6.53033C17.8238 6.23744 17.8238 5.76256 17.5309 5.46967C17.238 5.17678 16.7631 5.17678 16.4703 5.46967L14.829 7.11088C14.5362 7.40377 14.5362 7.87865 14.829 8.17154C15.1219 8.46443 15.5968 8.46443 15.8897 8.17154L17.5309 6.53033Z\" fill=\"currentColor\"/><path d=\"M12 8.75C10.7574 8.75 9.75 9.75736 9.75 11C9.75 12.2426 10.7574 13.25 12 13.25C13.2426 13.25 14.25 12.2426 14.25 11C14.25 9.75736 13.2426 8.75 12 8.75Z\" fill=\"currentColor\"/><path d=\"M2.75 10.25C2.33579 10.25 2 10.5858 2 11C2 11.4142 2.33579 11.75 2.75 11.75H7.25C7.66421 11.75 8 11.4142 8 11C8 10.5858 7.66421 10.25 7.25 10.25H2.75Z\" fill=\"currentColor\"/><path d=\"M16.75 10.25C16.3358 10.25 16 10.5858 16 11C16 11.4142 16.3358 11.75 16.75 11.75H21.25C21.6642 11.75 22 11.4142 22 11C22 10.5858 21.6642 10.25 21.25 10.25H16.75Z\" fill=\"currentColor\"/><path d=\"M15.8897 13.8283C15.5968 13.5354 15.1219 13.5354 14.829 13.8283C14.5362 14.1212 14.5362 14.5961 14.829 14.889L16.4703 16.5302C16.7632 16.8231 17.2381 16.8231 17.531 16.5302C17.8239 16.2374 17.8239 15.7625 17.531 15.4696L15.8897 13.8283Z\" fill=\"currentColor\"/><path d=\"M9.14243 14.9169C9.45074 14.6403 9.47642 14.1661 9.19979 13.8578C8.92317 13.5495 8.44899 13.5238 8.14069 13.8004C5.98147 15.7377 4.35515 17.5878 3.05019 20.9807C2.9015 21.3673 3.09436 21.8012 3.48097 21.9499C3.86757 22.0986 4.30152 21.9057 4.45021 21.5191C5.64529 18.4119 7.10029 16.7492 9.14243 14.9169Z\" fill=\"currentColor\"/><path d=\"M12.75 15.75C12.75 15.3358 12.4142 15 12 15C11.5858 15 11.25 15.3358 11.25 15.75V20.25C11.25 20.6642 11.5858 21 12 21C12.4142 21 12.75 20.6642 12.75 20.25V15.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDateYearly;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAymE,EAAzmE,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0JAA0J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mTAAmT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,CAAI,GAGnmE",
  "debugId": "E93E87569193825F64756E2164756E21",
  "names": []
}