{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSnowFlakes/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 IconSnowFlakes: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"snow-flakes, freeze, frozen\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.98213 2.46837C9.27574 2.1762 9.75061 2.17736 10.0428 2.47097L11.9989 4.43673L13.9551 2.47097C14.2473 2.17736 14.7221 2.1762 15.0157 2.46837C15.3093 2.76055 15.3105 3.23542 15.0183 3.52903L12.7489 5.80958V10.6985L16.9571 8.25696L17.7877 5.14168C17.8944 4.74145 18.3054 4.50351 18.7056 4.61023C19.1059 4.71695 19.3438 5.12791 19.2371 5.52814L18.5193 8.2203L21.1952 8.94083C21.5952 9.04853 21.8321 9.46008 21.7244 9.86004C21.6167 10.26 21.2052 10.4969 20.8052 10.3892L17.7082 9.55534L13.4947 12L17.7082 14.4446L20.8052 13.6107C21.2052 13.503 21.6167 13.7399 21.7244 14.1399C21.8321 14.5399 21.5952 14.9514 21.1952 15.0591L18.5193 15.7797L19.2371 18.4718C19.3438 18.872 19.1059 19.283 18.7056 19.3897C18.3054 19.4964 17.8944 19.2585 17.7877 18.8583L16.9571 15.743L12.7489 13.3015V18.1904L15.0183 20.471C15.3105 20.7646 15.3093 21.2395 15.0157 21.5316C14.7221 21.8238 14.2473 21.8226 13.9551 21.529L11.9989 19.5633L10.0428 21.529C9.75061 21.8226 9.27574 21.8238 8.98213 21.5316C8.68852 21.2395 8.68736 20.7646 8.97953 20.471L11.2489 18.1904V13.3029L7.0433 15.743L6.21264 18.8583C6.10593 19.2585 5.69496 19.4964 5.29473 19.3897C4.8945 19.283 4.65656 18.872 4.76328 18.4718L5.48111 15.7797L2.80518 15.0591C2.40522 14.9514 2.16828 14.5399 2.27598 14.1399C2.38368 13.7399 2.79522 13.503 3.19519 13.6107L6.29215 14.4446L10.5057 12L6.29215 9.55534L3.19519 10.3892C2.79522 10.4969 2.38368 10.26 2.27598 9.86004C2.16828 9.46008 2.40522 9.04853 2.80518 8.94083L5.48111 8.2203L4.76328 5.52814C4.65656 5.12791 4.8945 4.71695 5.29473 4.61023C5.69496 4.50351 6.10593 4.74145 6.21264 5.14168L7.0433 8.25696L11.2489 10.697V5.80958L8.97953 3.52903C8.68736 3.23542 8.68852 2.76055 8.98213 2.46837Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSnowFlakes;\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,gBAA0xD,EAA1xD,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ipDAAipD,KAAK,eAAc,CAAI,GAGpxD",
  "debugId": "08BA444D7FC6376764756E2164756E21",
  "names": []
}